]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/assets/css/common.css
Merge pull request #15 from mtmail/master
[nominatim-ui.git] / src / assets / css / common.css
index 7f61a4440a985c8add734a8c418b6b430ff6acd2..5eabed97a78255b58dc03463e8508efb1b30fe81 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;
@@ -45,7 +53,11 @@ footer p {
 #error-overlay {
   text-align: center;
   font-style: italic;
-  padding: 2em 4em;
-  margin: 4em 8em;
-  background-color: #eee;
+  padding: 2em;
+  background-color: #ffa0a0;
+  margin-bottom: 2em;
+}
+
+.btn-outline-secondary {
+  background-color: white;
 }
\ No newline at end of file