add an upload button for OSM track upload - still doesn't work right, unfortunately
[lantea.git] / style / lantea.css
index 3d2aa8cc1c333299adf14e5a647d2881aebca3f3..fd4dd225167c8d78117b01680c58548aedf852d5 100644 (file)
@@ -12,31 +12,9 @@ h1 {
   display: none;
 }
 
-#menuArea {
-  position: absolute;
-  /* width: 30em; */
-  left: 1%;
-  top: 1em;
-  z-index: 5;
-}
-
-#zoomArea {
-  position: absolute;
-  right: 1%;
-  top: 1em;
-  z-index: 5;
-  text-align: center;
-}
-
-#fullscreenArea {
+.overlayArea {
   position: absolute;
-  right: 1%;
-  bottom: 2em;
   z-index: 5;
-  text-align: center;
-}
-
-.overlayArea {
   transition-property: opacity;
   transition-duration: .2s;
 }
@@ -55,6 +33,24 @@ h1 {
   font-size: 3mozmm;
 }
 
+#menuArea {
+  /* width: 30em; */
+  left: 1%;
+  top: 1em;
+}
+
+#zoomArea {
+  right: 1%;
+  top: 1em;
+  text-align: center;
+}
+
+#fullscreenArea {
+  right: 1%;
+  bottom: 2em;
+  text-align: center;
+}
+
 #zoomLevel {
   background-color: rgba(255, 255, 255, .8);
   border-radius: 3px;
@@ -105,8 +101,12 @@ h1 {
   display: none;
 }
 
+.settingsSubTitle {
+  margin: .5em 0 0;
+  font-weight: bold;
+}
+
 #copyright {
-  position: absolute;
   bottom: 5px;
   right: .5em;
   margin: 0;