summaryrefslogtreecommitdiffstats
path: root/theme/sand.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/sand.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/sand.css')
-rw-r--r--theme/sand.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/theme/sand.css b/theme/sand.css
index befa861b7..b2f35bbb1 100644
--- a/theme/sand.css
+++ b/theme/sand.css
@@ -147,7 +147,7 @@ input[type=checkbox]{
width:90%;
margin:0% 5% 0% 5%;
margin-bottom:50px;
- background-color: rgba(88,121,139,0.3);
+ background-color: rgba(253, 195, 141,0.3);
box-shadow: 10px 10px 5px #888888;
}
@@ -156,9 +156,18 @@ input[type=checkbox]{
overflow-y:hidden;
}
.statscell{
- border-style:solid;
- padding-right:100px;
+ min-width:120px;
+ height: 25px;
margin:0px;
+ text-align:center;
+}
+
+.stats_row{
+ background-color:rgba(125,125,125,0.3);
+}
+
+#stats_header{
+ background-color:#EFC15F;
}
button,#no_dives_selector{