move map-related variables into gMap object, move GL tile drawing into its own functi...
[lantea.git] / style / lantea.css
index f5364cad970faeb962fa484dbe3336e3b5a27f95..795e5141524fc78cae93d4aa5321227cac515929 100644 (file)
@@ -78,16 +78,28 @@ 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;
+  opacity: 0.7;
+}
+
+#track {
+  z-index: 3;
+}
+
 #action {
   position: absolute;
   bottom: 5px;