mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
HTML: some css enhancment
Detailed dive view needs more padding just to view normally. 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
f139eff590
commit
ac46158d65
4 changed files with 15 additions and 47 deletions
|
|
@ -164,20 +164,20 @@ function changeAdvSearch(e){
|
|||
</div>
|
||||
</center>
|
||||
<div id="diveprofile">
|
||||
<h2>Dive profile</h2>
|
||||
<h2 class="det_hed">Dive profile</h2>
|
||||
<canvas id="profileCanvas"></canvas>
|
||||
</div>
|
||||
<div id="diveinfo">
|
||||
<h2>Dive Information</h2>
|
||||
<h2 class="det_hed">Dive Information</h2>
|
||||
</div>
|
||||
<div id="dive_equipments">
|
||||
<h2>Dive equipments</h2>
|
||||
<h2 class="det_hed">Dive equipments</h2>
|
||||
</div>
|
||||
<div id="bookmarks">
|
||||
<h2>Bookmarks</h2>
|
||||
<h2 class="det_hed">Bookmarks</h2>
|
||||
</div>
|
||||
<div id="divestats">
|
||||
<h2>Dive stats</h2>
|
||||
<h2 class="det_hed">Dive stats</h2>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue