mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
5076e431d5
commit
e968d91943
4 changed files with 104 additions and 1 deletions
|
@ -128,7 +128,6 @@ input[type=checkbox]{
|
|||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
#controller{
|
||||
min-width:200px;
|
||||
padding:10px;
|
||||
|
@ -143,6 +142,25 @@ input[type=checkbox]{
|
|||
box-shadow: 7px 7px 5px rgba(215, 107, 27, 0.43);
|
||||
}
|
||||
|
||||
#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{
|
||||
border-style:solid;
|
||||
padding-right:100px;
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
button,#no_dives_selector{
|
||||
font-size:13px;
|
||||
min-width:55px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue