From: Robert Kaiser Date: Fri, 20 Oct 2017 21:48:21 +0000 (+0200) Subject: improve small buttons, make library really hide even e.g. on aries, make library... X-Git-Tag: production~30 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=28200143f1cf692676da0ca17fa49b7de8d0b62b;ds=sidebyside improve small buttons, make library really hide even e.g. on aries, make library overflow with scrollbars until we have a better solution --- diff --git a/style/lantea.css b/style/lantea.css index 975fe4c..7835b42 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -74,6 +74,8 @@ h1 { background-image: radial-gradient(circle 1.5em, #FFFFFF, transparent); color: #0000FF; border: none; + padding: 0; + margin: 0; } #zoomArea > input[type="button"] { @@ -440,6 +442,7 @@ h1 { bottom: 1%; right: 1%; left: 1%; + overflow: auto; z-index: 10; background-color: rgba(15, 15, 15, 1.0); border: 0; @@ -449,7 +452,7 @@ h1 { } .fullScreenOverlay.hidden { - top: -100%; + top: -1000%; bottom: auto; height: 90%; display: block;