adjust zoom button design
[lantea.git] / style / lantea.css
index f5364cad970faeb962fa484dbe3336e3b5a27f95..6fac89ece19e8260527aa2cc1e4a852ad2208b3f 100644 (file)
@@ -51,6 +51,25 @@ h1 {
   text-align: center;
 }
 
+#zoomArea > input[type="button"] {
+  font-size: 1em;
+  font-weight: bold;
+  width: 2em;
+  height: 2em;
+  border-radius: 2em;
+  background-color: transparent;
+  color: #0000FF;
+  border: 2px solid #0000FF;
+}
+
+#zoomArea > input[type="button"]:hover {
+  background-color: rgba(255, 255, 255, .8);
+}
+
+#zoomArea > input[type="button"]:active {
+  background-color: rgba(255, 255, 127, .8);
+}
+
 #fullscreenArea {
   right: 1%;
   bottom: 2em;
@@ -61,6 +80,7 @@ h1 {
   background-color: rgba(255, 255, 255, .8);
   border-radius: 3px;
   padding: 0 3px;
+  margin: 2px 0;
 }
 
 #settingsArea,
@@ -78,6 +98,10 @@ h1 {
   border-radius: 3px;
 }
 
+#trackData {
+  margin: 0;
+}
+
 #map, #track {
   position: fixed;
   border: 0;
@@ -85,9 +109,16 @@ h1 {
   left: 0;
   right: 0;
   bottom: 0;
+}
+
+#map {
   z-index: 1;
 }
 
+#track {
+  z-index: 3;
+}
+
 #action {
   position: absolute;
   bottom: 5px;
@@ -157,6 +188,10 @@ h1 {
   opacity: .66;
 }
 
+#uploadDesc {
+  max-width: 95%;
+}
+
 @media screen and (max-width: 500px) {
   body {
     font-size: 10px;