X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/cb5c9a8f77ae6e220a4565d43ef6f182b7831844..6e3b5bc9ee5b462a050841531636ff68586d1e68:/dist/assets/css/common.css?ds=sidebyside diff --git a/dist/assets/css/common.css b/dist/assets/css/common.css index 5eabed9..1141b33 100755 --- a/dist/assets/css/common.css +++ b/dist/assets/css/common.css @@ -32,6 +32,7 @@ header #last-updated { font-size: 0.7em; white-space: nowrap; text-align: center; + display: none; } header .dropdown-menu { @@ -50,6 +51,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;