From ed69b3486fbd07e9419a913f56b3db736af8af20 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 4 Nov 2007 16:23:52 -0600 Subject: [PATCH] Standardizing information shown in sidebar when patron-related pages are displayed (making sure address, phone, email variables are available to all templates). Adding tabs to account-related pages as means of section navigation. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/css/staff-global.css | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) 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 f507db6813..2c031fd494 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -922,3 +922,25 @@ 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; + } + -- 2.39.2