]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/assets/css/common.css
/reverse.html should be reverse.html to app works in subdirectory
[nominatim-ui.git] / src / assets / css / common.css
index e667b9a2da12bd25206ecd7d958c01c8e01b5238..1141b33568a8071d75691d131fc1fc2f4194e82a 100755 (executable)
@@ -1,3 +1,7 @@
+body {
+  font-size: 0.85em;
+}
+
 header {
   width: 100%;
   padding: 5px 15px;
@@ -28,6 +32,11 @@ header #last-updated {
   font-size: 0.7em;
   white-space: nowrap;
   text-align: center;
+  display: none;
+}
+
+header .dropdown-menu {
+  z-index: 1005;
 }
 
 footer {
@@ -40,4 +49,27 @@ footer {
 
 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;
+  padding: 2em;
+  background-color: #ffa0a0;
+  margin-bottom: 2em;
+}
+
+.btn-outline-secondary {
+  background-color: white;
 }
\ No newline at end of file