From 9795f48d29558a3b093fcbb471aed35006942f65 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Thu, 4 Jun 2009 12:26:10 +0200 Subject: [PATCH] (bug #3291) fix blue.css to bold fields and tags in marc view Add a css property, and fix a class, to show fields and subfields as bold. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/css/blue.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/blue.css b/koha-tmpl/intranet-tmpl/prog/en/css/blue.css index 20eac12ba5..4155b14a54 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/blue.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/blue.css @@ -81,6 +81,7 @@ input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover { div.tag_title { text-align: left; clear:left; + font-weight: bold; } div.subfield_line { @@ -91,6 +92,12 @@ div.subfield_line { margin-right:-10px; } +.subfield-label { + font-weight: bold; + font-style: italic; +} + + .dialog input.approve { color:#027ac6; } -- 2.39.2