Fix "Add image" button margin (#447)
This commit is contained in:
parent
ec85060df8
commit
47d9dc2488
|
@ -999,11 +999,11 @@ form fieldset .buttons {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
form .button.add-image {
|
||||
form button.add-image {
|
||||
margin: 10px 0 10px 0;
|
||||
}
|
||||
|
||||
form legend+.button.add-image {
|
||||
form legend+button.add-image {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue