mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 23:01:00 +00:00
Fix "Add image" button margin (#447)
This commit is contained in:
parent
ec85060df8
commit
47d9dc2488
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue