X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Fstatic%2Fcss%2Fapp.css;h=16df5166cdbffc6ea8237ce16feb26c978cf0d8c;hp=17c6a1108778c065c29461ce71099d9cee3d05cb;hb=685043a658f7c5f344c2cc9db01a9048a30d7e07;hpb=eedc246f8d3fc836c3f939cf7505a3f497bb3241 diff --git a/xonstat/static/css/app.css b/xonstat/static/css/app.css index 17c6a11..16df516 100644 --- a/xonstat/static/css/app.css +++ b/xonstat/static/css/app.css @@ -310,3 +310,16 @@ ul.accordion { .tabs-content { margin-bottom: 0; } + +/* Tables with vertical headers */ +.rotated { + font-size: 10px; + font-weight: normal; + overflow: hidden; + white-space: nowrap; + writing-mode: vertical-lr; +} + +td.bg { + background-color: #001021; +}