]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/assets/css/common.css
all templates in one document, deal with window.history change
[nominatim-ui.git] / dist / assets / css / common.css
index 5eabed97a78255b58dc03463e8508efb1b30fe81..ab814d77ed45f6b908718319bc327b807bebf63f 100755 (executable)
@@ -50,6 +50,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;