From f63ce1168bf96501cfdb94e00e22f58d4fce1d4e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 4 Nov 2007 16:23:50 -0600 Subject: [PATCH] More interface changes for circulation: Further tweaking of circ warning dialog, formatting patron selection form, adding 'focus' class to patron selection select list. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/css/staff-global.css | 21 ------------------- 1 file changed, 21 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 760731db4f..f507db6813 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -922,24 +922,3 @@ div.first fieldset { div.confirm input:hover { background-color : #ffc; } - - div.results { - padding : .7em 0; - } - - #section-nav ul { - margin : .5em 0 .5em 2px; - padding : 0; - } - - #section-nav ul li { - display : inline; - list-style-type : none; - } - - #section-nav ul li a { - background-color : #d2e9f5; - border : 1px solid #69C; - padding : 2px 3px; - text-decoration : none; - } \ No newline at end of file -- 2.20.1