[#23] Make labels a little wider on harvest new form

This commit is contained in:
John Martin 2013-03-20 14:07:03 +00:00
parent 86355fb9db
commit 4ba298fe58
2 changed files with 15 additions and 0 deletions

View File

@ -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;
}

View File

@ -47,3 +47,12 @@ header.with-filter {
top: 3px;
}
}
#source-new {
.controls {
margin-left: 135px;
}
.control-label {
width: 125px;
}
}