diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2014-08-08 17:18:09 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-11 08:21:10 -0700 |
commit | a16c2db78da6707f15079612740f9bf9b07b5990 (patch) | |
tree | 33637279dc10096787cce0ea838f2c777ff91801 /theme/light.css | |
parent | a8bca851692f93a252692d7275912628ec910acd (diff) | |
download | subsurface-a16c2db78da6707f15079612740f9bf9b07b5990.tar.gz |
HTML: Enhance Yearly statistics table.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'theme/light.css')
-rw-r--r-- | theme/light.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/theme/light.css b/theme/light.css index a1acbfa65..baa04b62b 100644 --- a/theme/light.css +++ b/theme/light.css @@ -129,7 +129,6 @@ input[type=checkbox]{ font-weight:bold; } - #controller{ min-width:200px; padding:10px; @@ -159,8 +158,14 @@ input[type=checkbox]{ } .statscell{ - min-width:100px; + min-width:120px; + height: 25px; margin:0px; + text-align:center; +} + +.stats_row{ + background-color:rgba(125,125,125,0.3); } #stats_header{ |