Fix preset form field spacing

This commit is contained in:
John Firebaugh
2013-05-26 14:29:13 -07:00
parent 7c732f91bb
commit d943a92ec5
2 changed files with 11 additions and 18 deletions
+3 -16
View File
@@ -914,17 +914,9 @@ a:hover .icon.out-link { background-position: -500px -14px;}
background-color: #F6F6F6;
}
.inspector-preset .form-field {
padding-left: 20px;
padding-right: 20px;
}
.inspector-preset .form-field:first-child {
margin-top: 10px;
}
.inspector-preset .form-field:last-child {
padding-bottom: 20px;
.form-field {
margin-bottom: 10px;
width: 100%;
}
.form-label {
@@ -1026,14 +1018,9 @@ a:hover .icon.out-link { background-position: -500px -14px;}
/* adding additional preset fields */
.more-buttons {
margin-top: 20px;
border-top: 1px solid #CCC;
}
.more-buttons:nth-last-child(2) {
border-bottom: 1px solid #CCC;
}
button.preset-add-field {
width: 25%;
height: 40px;