]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/assets/css/common.css
Merge pull request #29 from mtmail/debug-info-link
[nominatim-ui.git] / dist / assets / css / common.css
index 5eabed97a78255b58dc03463e8508efb1b30fe81..1141b33568a8071d75691d131fc1fc2f4194e82a 100755 (executable)
@@ -32,6 +32,7 @@ header #last-updated {
   font-size: 0.7em;
   white-space: nowrap;
   text-align: center;
+  display: none;
 }
 
 header .dropdown-menu {
@@ -50,6 +51,17 @@ footer p {
   margin: 1em;
 }
 
+#loading {
+  display: none;
+  position: absolute;
+  top: 0;
+  width: 100%;
+  background-color: #eee;
+  z-index: 100;
+  padding: 10px;
+  text-align: center;
+}
+
 #error-overlay {
   text-align: center;
   font-style: italic;