X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/9e2946d9a9ff5a1436403dfe051bf9f8866da178..93117a14df2d0aee9109d51edd7d6dad834d8ec4:/dist/assets/css/common.css diff --git a/dist/assets/css/common.css b/dist/assets/css/common.css index 3273005..5eabed9 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; @@ -30,6 +34,10 @@ header #last-updated { text-align: center; } +header .dropdown-menu { + z-index: 1005; +} + footer { text-align: center; padding: 2em 0; @@ -48,4 +56,8 @@ footer p { padding: 2em; background-color: #ffa0a0; margin-bottom: 2em; +} + +.btn-outline-secondary { + background-color: white; } \ No newline at end of file