add first pieces of support for webGL maps
[lantea.git] / style / lantea.css
index f5364cad970faeb962fa484dbe3336e3b5a27f95..d05d1cc18fd5b51475ce2a90399f21ebc7fd50d8 100644 (file)
@@ -78,16 +78,27 @@ h1 {
   border-radius: 3px;
 }
 
-#map, #track {
+#map, #glmap, #track {
   position: fixed;
   border: 0;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
+}
+
+#map {
   z-index: 1;
 }
 
+#glmap {
+  z-index: 2;
+}
+
+#track {
+  z-index: 3;
+}
+
 #action {
   position: absolute;
   bottom: 5px;