NDOJ/templates/status/media-css.html

14 lines
176 B
HTML
Raw Normal View History

2020-01-21 06:35:58 +00:00
<style>
2023-01-27 23:11:10 +00:00
.runtime-label {
position: relative;
white-space: nowrap
}
2020-01-21 06:35:58 +00:00
2023-01-27 23:11:10 +00:00
.tooltipped:after {
text-align: left
}
2020-01-21 06:35:58 +00:00
2023-01-27 23:11:10 +00:00
td.ping {
white-space: nowrap
}
2020-01-21 06:35:58 +00:00
</style>