@@ -, +, @@ --- .../intranet-tmpl/prog/en/css/staff-global.css | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1546,10 +1546,11 @@ li.email { } #searchheader { - background-color : #f3f3f3; + background-color : #E6F0F2; font-size : 80%; margin : 0 0 .5em -1px; padding : .1em 0 .1em 1em; + border-radius : 5px 5px 0 0; } /* Hack just for Firefox */ @@ -1559,6 +1560,7 @@ html>/**/body #searchheader button, x:-moz-any-link, x:default { #searchheader form { float : right; + padding : 5px 5px 3px 0; } #searchheader form.fz3950 { --