mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Merge pull request #5119 from hubaishan/ticket/15545
[ticket/15545] Fix no vertical space between format buttons * github.com:/phpbb/phpbb: [ticket/15545] Fix no vertical space between format buttons [ticket/15545] Fix no vertical space between format buttons [ticket/15545] Fix no vertical space between format buttons
This commit is contained in:
@@ -163,6 +163,12 @@
|
||||
max-width: 40%;
|
||||
}
|
||||
|
||||
/* Format buttons
|
||||
--------------------------------------------- */
|
||||
.format-buttons .button {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
/* Browser-specific tweaks */
|
||||
button::-moz-focus-inner {
|
||||
border: 0;
|
||||
|
@@ -252,6 +252,7 @@ fieldset.submit-buttons input {
|
||||
.format-buttons input,
|
||||
.format-buttons select {
|
||||
vertical-align: middle;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
/* Main message box */
|
||||
|
Reference in New Issue
Block a user