Fixed the stylesheets again.. They really need a rewrite, too :/
[onis.git] / reports / light-theme / style.css
index aaf08fc..997f70c 100644 (file)
@@ -174,6 +174,22 @@ table.legend td
        width: 125px;
 }
 
+table.longterm tr.bars
+{
+       height: 100px;
+}
+
+table.longterm tr.bars td
+{
+       color: black;
+       background-color: transparent;
+}
+
+table.longterm tr.bars td img
+{
+       width: 3px;
+}
+
 table.plugin
 {
        width: 500px;
@@ -205,16 +221,28 @@ table.userdetails td.convpartners td.bar img
        height: 4px;
 }
 
-table.userdetails table.hours tr.bars
+table.userdetails table.hours tr.bars,
+table.userdetails table.weekdays tr.bars,
+table.userdetails table.longterm tr.bars
 {
        height: 75px;
 }
 
-table.userdetails table.hours tr.bars td.bar img
+table.userdetails table.hours tr.bars td.bar img,
+table.userdetails table.weekdays tr.bars td.bar img,
+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;
@@ -333,6 +361,12 @@ td.numeration
        background-color: silver;
 }
 
+td.numeration.sun,
+td.numeration.sat
+{
+       color: maroon;
+}
+
 td.invis
 {
        background-color: transparent;
@@ -347,8 +381,3 @@ th
        font-weight: bold;
        font-style: italic;
 }
-
-tr.hour_row td
-{
-       border: 1px solid gray;
-}