add support for persistent data via indexedDB, persist tracks across sessions using...
[lantea.git] / style / lantea.css
index d39eed6b75d9dc3bf3d706b808dad3eef423ea6f..6a64385430daa94cbfc81850b8fd19f402ccd808 100644 (file)
@@ -52,14 +52,23 @@ h1 {
   z-index: 5;
 }
 
-#settings {
+#zoomLevel {
+  background-color: rgba(255, 255, 255, .8);
+  border-radius: 3px;
+  padding: 0 3px;
+}
+
+
+#settingsArea,
+#trackArea {
   display: none;
   background-color: rgba(255, 255, 255, .8);
   border: 0;
   border-radius: 5px;
 }
 
-#settings > legend {
+#settingsArea > legend,
+#trackArea > legend {
   display: none;
   background-color: rgba(255, 255, 255, .8);
   border-radius: 3px;
@@ -73,6 +82,13 @@ h1 {
   z-index: 1;
 }
 
+#debug {
+  position: absolute;
+  bottom: .5em;
+  left: .5em;
+  margin: 0;
+}
+
 #copyright {
   position: absolute;
   bottom: .5em;