mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 02:18:56 +00: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
2 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue