mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15545] Fix no vertical space between format buttons
Fix no vertical space between format buttons PHPBB3-15545
This commit is contained in:
parent
f29784e288
commit
cc2fe6677e
1 changed files with 4 additions and 0 deletions
|
@ -248,6 +248,10 @@ fieldset.submit-buttons input {
|
||||||
margin: 15px 0 2px 0;
|
margin: 15px 0 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.format-buttons .button {
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.format-buttons input, .format-buttons select {
|
.format-buttons input, .format-buttons select {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue