Browse Source

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 <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Owen Leonard 17 years ago
committed by Joshua Ferraro
parent
commit
ed69b3486f
  1. 22
      koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

22
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;
}

Loading…
Cancel
Save