diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2014-08-04 12:36:08 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-04 10:03:15 -0700 |
commit | e968d91943bbcaf25cd3a1df84fc4d09bc889c94 (patch) | |
tree | fca9f4fd360e558058a505902af755526110e356 /theme/light.css | |
parent | 5076e431d5388b2d142628cb2c5a18a45e22666a (diff) | |
download | subsurface-e968d91943bbcaf25cd3a1df84fc4d09bc889c94.tar.gz |
HTML: add Yearly Statistics view to the HTML export
View JSON data of yearly statistics in HTML exports.
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 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/theme/light.css b/theme/light.css index 6f6988097..a1acbfa65 100644 --- a/theme/light.css +++ b/theme/light.css @@ -144,6 +144,30 @@ input[type=checkbox]{ box-shadow: 10px 10px 5px #888888; } +#diveStat{ + padding:5px; + width:90%; + margin:0% 5% 0% 5%; + margin-bottom:50px; + background-color: rgba(88,121,139,0.3); + box-shadow: 10px 10px 5px #888888; +} + +#diveStatsData{ + overflow:scroll; + overflow-y:hidden; +} + +.statscell{ + min-width:100px; + margin:0px; +} + +#stats_header{ + background-color:#5f7f8f; +} + + button,#no_dives_selector{ font-size:13px; min-width:55px; |