From a0a9cd78d5db8125259fb8915d5b81327c11fca7 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Wed, 25 Apr 2012 15:18:43 -0500 Subject: [PATCH] Bug 7998 - Followup - round corners of search input box Content-Type: text/plain; charset="utf-8" --- .../intranet-tmpl/prog/en/css/staff-global.css | 1 + 1 files changed, 1 insertions(+), 0 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 62548ed..9c0f504 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -406,6 +406,7 @@ div#header_search { div#header_search input { font-size : 1.3em; + border-radius : 5px; } div#header_search ul.link-tabs { -- 1.7.2.5