[#23] Make labels a little wider on harvest new form
This commit is contained in:
parent
86355fb9db
commit
4ba298fe58
|
@ -36,3 +36,9 @@ header.with-filter h1 {
|
|||
.harvest-types label.radio input {
|
||||
top: 3px;
|
||||
}
|
||||
#source-new .controls {
|
||||
margin-left: 135px;
|
||||
}
|
||||
#source-new .control-label {
|
||||
width: 125px;
|
||||
}
|
||||
|
|
|
@ -47,3 +47,12 @@ header.with-filter {
|
|||
top: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
#source-new {
|
||||
.controls {
|
||||
margin-left: 135px;
|
||||
}
|
||||
.control-label {
|
||||
width: 125px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue