1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/10233] IE Emulation fix breaks PM posting layout

The minimum and maximum width of 100% make the textarea dynamically
adjust. However the smilies next to the textarea will float out of
their containing div when the default width pre-min/max is specified
as a too high value.

PHPBB3-10233
This commit is contained in:
Raimon
2011-06-19 16:40:25 +02:00
committed by Nils Adermann
parent 882cb084d7
commit d59482366a

View File

@@ -262,7 +262,7 @@ fieldset.submit-buttons input {
#message-box textarea {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
width: 700px;
width: 450px;
height: 270px;
min-width: 100%;
max-width: 100%;