mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Fix preset form field spacing
This commit is contained in:
+3
-16
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user