mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15545] Fix no vertical space between format buttons
Add margin-bottom to input and select PHPBB3-15545
This commit is contained in:
parent
c40713bf28
commit
81c36fc9c7
2 changed files with 5 additions and 4 deletions
|
@ -158,10 +158,6 @@
|
||||||
margin-bottom: 3px;
|
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,6 +248,11 @@ fieldset.submit-buttons input {
|
||||||
margin: 15px 0 2px 0;
|
margin: 15px 0 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.format-buttons input, .format-buttons select {
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Main message box */
|
/* Main message box */
|
||||||
.message-box {
|
.message-box {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue