summaryrefslogtreecommitdiffstats
path: root/theme/light.css
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2014-08-08 17:18:09 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-11 08:21:10 -0700
commita16c2db78da6707f15079612740f9bf9b07b5990 (patch)
tree33637279dc10096787cce0ea838f2c777ff91801 /theme/light.css
parenta8bca851692f93a252692d7275912628ec910acd (diff)
downloadsubsurface-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.css9
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{