X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/164a7c1a5d55f5fa31ca959e44023a5494e7242b..ba332b19d7aef2b5f4c5c4d78dd80b20868e67b7:/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