]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/app.css
Add styles to make the headers vertical.
[xonotic/xonstat.git] / xonstat / static / css / app.css
index 17c6a1108778c065c29461ce71099d9cee3d05cb..16df5166cdbffc6ea8237ce16feb26c978cf0d8c 100644 (file)
@@ -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;
+}