mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/17125] Use FlexBox for message and smileys
PHPBB3-17125
This commit is contained in:
parent
389cca5402
commit
d5aa6189b6
3 changed files with 12 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
|
|
||||||
<!-- INCLUDE posting_buttons.html -->
|
<!-- INCLUDE posting_buttons.html -->
|
||||||
|
|
||||||
|
<div class="smiley-message-box">
|
||||||
<div id="smiley-box" class="smiley-box">
|
<div id="smiley-box" class="smiley-box">
|
||||||
<!-- EVENT posting_editor_smilies_before -->
|
<!-- EVENT posting_editor_smilies_before -->
|
||||||
<!-- IF S_SMILIES_ALLOWED and .smiley -->
|
<!-- IF S_SMILIES_ALLOWED and .smiley -->
|
||||||
|
@ -88,6 +89,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- EVENT posting_editor_message_after -->
|
<!-- EVENT posting_editor_message_after -->
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<!-- IF $EXTRA_POSTING_OPTIONS eq 1 -->
|
<!-- IF $EXTRA_POSTING_OPTIONS eq 1 -->
|
||||||
|
|
|
@ -284,6 +284,12 @@ fieldset.submit-buttons input {
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.smiley-message-box {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
/* Input field styles
|
/* Input field styles
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.inputbox {
|
.inputbox {
|
||||||
|
|
|
@ -376,6 +376,10 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.smiley-message-box {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.bbcode-status {
|
.bbcode-status {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue