X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=reports%2Flight-theme%2Fstyle.css;h=997f70c9332d3794c886c3f11a71db4a892fc65a;hb=f5bc0eb13f5335ad82b8fdad5e33916f9a827f14;hp=aaf08fc40954825c5091f1e6152d416bf96838bd;hpb=9bac8d0b7d0c31b06300ec457c2503dd3fdae78d;p=onis.git diff --git a/reports/light-theme/style.css b/reports/light-theme/style.css index aaf08fc..997f70c 100644 --- a/reports/light-theme/style.css +++ b/reports/light-theme/style.css @@ -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; -}