From ec4b899d0c941c27ea5db68bce213b3c2750d87a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 28 Nov 2007 21:13:28 -0600 Subject: [PATCH] Minor style tweaks here and there. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 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 fba78741f5..92965d99ea 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/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 { -- 2.39.2