adding a fixed width to MARC editor label
authorPaul POULAIN <paul@koha-fr.org>
Tue, 30 Oct 2007 18:02:45 +0000 (13:02 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 31 Oct 2007 10:43:00 +0000 (05:43 -0500)
to have <input> aligned vertically. The subfield description can be long, so the font is lowered

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index d941b6e..7ed84a0 100644 (file)
@@ -822,6 +822,14 @@ span.expired {
        font-style : italic;
 }
 
+div.subfield_line label {
+    font-size:75%;
+    float: left;
+    width: 200px;
+    text-align: left;
+    clear:left;
+}
+
 div.help {
        margin: .9em 0 0 0;  
 }