(bug #3291) fix blue.css to bold fields and tags in marc view
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Thu, 4 Jun 2009 10:26:10 +0000 (12:26 +0200)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 4 Jun 2009 12:23:44 +0000 (07:23 -0500)
Add a css property, and fix a class, to show fields and subfields as bold.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/css/blue.css

index 20eac12..4155b14 100644 (file)
@@ -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;
 }