Browse Source

Minor style tweaks here and there.

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
ec4b899d0c
  1. 12
      koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

12
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

@ -628,7 +628,7 @@ fieldset.rows ol.radio label.radio {
fieldset.rows table {
clear : both;
margin-left : 1em;
margin : 1em 0 0 1em;
}
fieldset.rows td label {
@ -656,7 +656,7 @@ a.cancel {
}
fieldset.rows fieldset.action {
padding : 0 0 1em 1em;
padding : 1em;
}
fieldset.rows .inputnote {
@ -1017,11 +1017,9 @@ span.required {
}
.term {
background-color:yellow;
}
.term {
background-color:yellow;
background-color: #FFC;
color : #990000;
text-decoration : underline;
}
div#menu {

Loading…
Cancel
Save