X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/b687c8f1cbd62f88c61db9b209bc8f7145203d3c..099ae9f9ce98e8416233c464ec918b5005a4c63d:/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