improve small buttons, make library really hide even e.g. on aries, make library...
[lantea.git] / style / lantea.css
index 975fe4cd19e1e527a68a2b414f304d4112d28f95..7835b4215e3f715dcd0ea9cc58fcf895aa4e55ec 100644 (file)
@@ -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;