(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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:02 +0000 (23:19 +0200)
Add a css property, and fix a class, to show fields and subfields as bold.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.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;
 }