X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2b57c59f0caa7d096a2e17aec3377d2628377491..5d3f4483d48655682297aa3c945c997633ea45d2:/wolnelektury/static/css/header.css diff --git a/wolnelektury/static/css/header.css b/wolnelektury/static/css/header.css index e16a1bd40..cdb74f84d 100755 --- a/wolnelektury/static/css/header.css +++ b/wolnelektury/static/css/header.css @@ -97,6 +97,8 @@ font-family: Georgia; background-color: #fff; color: #000; + z-index: 200; + position: relative; } /* styling search placeholder */ @@ -229,3 +231,16 @@ a.menu span { #lang-menu .active { color: #000; } + +.search-hint-label { + display: inline-block; + width: 25em; + font-size: 1.1em; + line-height: 1.636em; +} + +.search-hint-category { + font-size: 1.1em; + line-height: 1.636em; + +} \ No newline at end of file