add tracking
[lantea.git] / style / lantea.css
index d39eed6b75d9dc3bf3d706b808dad3eef423ea6f..8338a293714839bfcd04e230479c64429cf17456 100644 (file)
@@ -52,6 +52,13 @@ h1 {
   z-index: 5;
 }
 
+#zoomLevel {
+  background-color: rgba(255, 255, 255, .8);
+  border-radius: 3px;
+  padding: 0 3px;
+}
+
+
 #settings {
   display: none;
   background-color: rgba(255, 255, 255, .8);
@@ -73,6 +80,13 @@ h1 {
   z-index: 1;
 }
 
+#debug {
+  position: absolute;
+  bottom: .5em;
+  left: .5em;
+  margin: 0;
+}
+
 #copyright {
   position: absolute;
   bottom: .5em;