mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17125] Use FlexBox for message and smileys
PHPBB3-17125
This commit is contained in:
@@ -284,6 +284,12 @@ fieldset.submit-buttons input {
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.smiley-message-box {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/* Input field styles
|
||||
---------------------------------------- */
|
||||
.inputbox {
|
||||
|
@@ -376,6 +376,10 @@
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.smiley-message-box {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.bbcode-status {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user