optimize panning, and some cleanup
[lantea.git] / style / lantea.css
index 1459ff06e07a03deb46ebaedcfa047740ed5f2ff..03af2d1af38bd6fd3bc1294d8f885e41c7d651b1 100644 (file)
@@ -75,7 +75,8 @@ h1 {
   border-radius: 3px;
 }
 
   border-radius: 3px;
 }
 
-#map {
+#map, #track {
+  position: fixed;
   border: 0;
   top: 0;
   left: 0;
   border: 0;
   top: 0;
   left: 0;
@@ -84,6 +85,10 @@ h1 {
   z-index: 1;
 }
 
   z-index: 1;
 }
 
+#map {
+  background: url("style/loading.png") repeat;
+}
+
 #debug {
   position: absolute;
   bottom: 5px;
 #debug {
   position: absolute;
   bottom: 5px;