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:
parent
c1ed403b00
commit
688d000f9f
1 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue