update cached tiles if they're older than two weeks; add a button to clear the cache
[lantea.git] / style / lantea.css
index 03af2d1af38bd6fd3bc1294d8f885e41c7d651b1..3d2aa8cc1c333299adf14e5a647d2881aebca3f3 100644 (file)
@@ -5,6 +5,7 @@
 body {
   font-family: sans-serif;
   margin: 0;
+  background: url("loading.png") repeat;
 }
 
 h1 {
@@ -85,11 +86,7 @@ h1 {
   z-index: 1;
 }
 
-#map {
-  background: url("style/loading.png") repeat;
-}
-
-#debug {
+#action {
   position: absolute;
   bottom: 5px;
   left: .5em;
@@ -100,6 +97,10 @@ h1 {
   padding: 0 3px;
 }
 
+#actionimg {
+  vertical-align: text-bottom;
+}
+
 .debugHide {
   display: none;
 }