diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2014-06-26 01:10:17 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-30 07:56:43 -0700 |
commit | ac46158d653f970db3efb9c772367b81094c24db (patch) | |
tree | af6446d70de3836101b3340e1baaf7d85b4cd8e9 /theme/sand.css | |
parent | f139eff59005eee151d1d209044b6e28d357d6a1 (diff) | |
download | subsurface-ac46158d653f970db3efb9c772367b81094c24db.tar.gz |
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>
Diffstat (limited to 'theme/sand.css')
-rw-r--r-- | theme/sand.css | 26 |
1 files changed, 4 insertions, 22 deletions
diff --git a/theme/sand.css b/theme/sand.css index a5bbe45b2..1ccde7762 100644 --- a/theme/sand.css +++ b/theme/sand.css @@ -40,6 +40,7 @@ th{ .words{ font-size:inherit; font-weight:bold; + padding-right:25px; } .item{ @@ -211,28 +212,9 @@ ul:hover{ box-shadow: 7px 7px 5px rgba(215, 107, 27, 0.43); } -.Cyl{ - padding-right:25px; -} - -#diveinfo{ - border-style:solid; -} - -#diveprofile{ - border-style:solid; -} - -#dive_equipments{ - border-style:solid; -} - -#divestats{ - border-style:solid; -} - -#bookmarks{ - border-style:solid; +.det_hed{ + background-color:#EFC15F; + padding:3px; } @media (max-width: 768px) { |