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
move to `buttons.css` PHPBB3-15545
This commit is contained in:
parent
cc2fe6677e
commit
c40713bf28
2 changed files with 10 additions and 8 deletions
|
@ -152,6 +152,16 @@
|
|||
max-width: 40%;
|
||||
}
|
||||
|
||||
/* Format buttons
|
||||
--------------------------------------------- */
|
||||
.format-buttons .button {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.format-buttons input, .format-buttons select {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Browser-specific tweaks */
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
|
|
|
@ -248,14 +248,6 @@ fieldset.submit-buttons input {
|
|||
margin: 15px 0 2px 0;
|
||||
}
|
||||
|
||||
.format-buttons .button {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.format-buttons input, .format-buttons select {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Main message box */
|
||||
.message-box {
|
||||
width: 80%;
|
||||
|
|
Loading…
Add table
Reference in a new issue