mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-12 03:42:05 +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:
commit
a2653c97b4
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user