mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 12:00:26 +02:00
[ticket/15545] Fix no vertical space between format buttons
move to `buttons.css` PHPBB3-15545
This commit is contained in:
@@ -152,6 +152,16 @@
|
|||||||
max-width: 40%;
|
max-width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Format buttons
|
||||||
|
--------------------------------------------- */
|
||||||
|
.format-buttons .button {
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.format-buttons input, .format-buttons select {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
/* Browser-specific tweaks */
|
/* Browser-specific tweaks */
|
||||||
button::-moz-focus-inner {
|
button::-moz-focus-inner {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@@ -248,14 +248,6 @@ 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 {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Main message box */
|
/* Main message box */
|
||||||
.message-box {
|
.message-box {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
Reference in New Issue
Block a user