X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/9e2946d9a9ff5a1436403dfe051bf9f8866da178..76b612e16686de1b65a6d14bffd6d14879a6f4c7:/dist/assets/css/common.css diff --git a/dist/assets/css/common.css b/dist/assets/css/common.css index 3273005..1141b33 100755 --- a/dist/assets/css/common.css +++ b/dist/assets/css/common.css @@ -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 { @@ -42,10 +51,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