adding a fixed width to MARC editor label

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>
This commit is contained in:
Paul POULAIN 2007-10-30 13:02:45 -05:00 committed by Joshua Ferraro
parent 8f05bbd111
commit 6dce6bad22

View file

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