Changed stylesheets to use relative scaling for horizontal bars.
[onis.git] / reports / light-theme / style.css
index 8e2906a..ddc18e7 100644 (file)
@@ -69,6 +69,19 @@ table.big_ranking img
        height: 10px;
 }
 
+table.big_ranking td.bar
+{
+       width: 100px;
+}
+
+table.big_ranking td.counter
+{
+       background-color: #f8f8f8;
+       color: black;
+       border: none;
+       text-align: right;
+}
+
 table.big_ranking td.image img,
 table.userdetails td.image img
 {
@@ -235,6 +248,14 @@ table.userdetails table.longterm tr.bars td.bar img
        width: 3px;
 }
 
+table.userdetails table.conversations tr td
+{
+       color: black;
+       background-color: transparent;
+
+       border: none;
+}
+
 table.userdetails td.image
 {
        vertical-align: top;
@@ -373,8 +394,3 @@ th
        font-weight: bold;
        font-style: italic;
 }
-
-tr.hour_row td
-{
-       border: 1px solid gray;
-}