small change in blue.css to marc editor (moving 10px to the right subfields)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Paul POULAIN 2007-12-14 09:41:24 +01:00 committed by Joshua Ferraro
parent c1ed403b00
commit 688d000f9f

View file

@ -74,3 +74,17 @@ input[type=submit], input[type=button], input[type=reset] {
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
border:1px outset;
}
.labelsubfield {
}
div.subfield_line label {
font-size:100%;
float: left;
padding-right : .4em;
width: 150px;
text-align: left;
clear:left;
margin-left:10px;
margin-right:-10px;
}