]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/assets/css/common.css
Always display more-results button below search results
[nominatim-ui.git] / dist / assets / css / common.css
index 3273005b609b6bd6d78572cfadc1ee418bd9cb58..ab814d77ed45f6b908718319bc327b807bebf63f 100755 (executable)
@@ -1,3 +1,7 @@
+body {
+  font-size: 0.85em;
+}
+
 header {
   width: 100%;
   padding: 5px 15px;
@@ -30,6 +34,10 @@ header #last-updated {
   text-align: center;
 }
 
+header .dropdown-menu {
+  z-index: 1005;
+}
+
 footer {
   text-align: center;  
   padding: 2em 0;
@@ -42,10 +50,25 @@ 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