mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +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%;
|
max-width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Format buttons
|
||||||
|
--------------------------------------------- */
|
||||||
|
.format-buttons .button {
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Browser-specific tweaks */
|
/* Browser-specific tweaks */
|
||||||
button::-moz-focus-inner {
|
button::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -252,6 +252,7 @@ fieldset.submit-buttons input {
|
||||||
.format-buttons input,
|
.format-buttons input,
|
||||||
.format-buttons select {
|
.format-buttons select {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Main message box */
|
/* Main message box */
|
||||||
|
|
Loading…
Add table
Reference in a new issue