From dc6d118979a570fd170dafc18777af46032c9005 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Tue, 24 Apr 2012 16:52:46 -0500 Subject: [PATCH] Bug 7998 - UI tweaks for 3.8 Content-Type: text/plain; charset="utf-8" turns searchheader blue, rounds corners, improves spacing for sort form. --- .../intranet-tmpl/prog/en/css/staff-global.css | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index b293161..cbbb9dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/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 { -- 1.7.2.5