mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15545] Fix no vertical space between format buttons
Add margin-bottom to input and select PHPBB3-15545
This commit is contained in:
@@ -158,10 +158,6 @@
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.format-buttons input, .format-buttons select {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Browser-specific tweaks */
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
|
@@ -248,6 +248,11 @@ fieldset.submit-buttons input {
|
||||
margin: 15px 0 2px 0;
|
||||
}
|
||||
|
||||
.format-buttons input, .format-buttons select {
|
||||
vertical-align: middle;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
/* Main message box */
|
||||
.message-box {
|
||||
width: 80%;
|
||||
|
Reference in New Issue
Block a user