mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge pull request #4955 from hanakin/ticket/13214
[ticket/13214] Contact us page textarea looks narrow in responsive mode
This commit is contained in:
commit
cd14b2cdf8
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="message">{L_MESSAGE_BODY}{L_COLON}</label><br />
|
<dt><label for="message">{L_MESSAGE_BODY}{L_COLON}</label><br />
|
||||||
<span>{L_EMAIL_BODY_EXPLAIN}</span></dt>
|
<span>{L_EMAIL_BODY_EXPLAIN}</span></dt>
|
||||||
<dd><textarea class="inputbox" name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd>
|
<dd><textarea name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<!-- IF S_REGISTERED_USER -->
|
<!-- IF S_REGISTERED_USER -->
|
||||||
<dl>
|
<dl>
|
||||||
|
|
|
@ -344,7 +344,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
|
fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
|
||||||
margin-left: 20px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea, dd textarea, .message-box textarea {
|
textarea, dd textarea, .message-box textarea {
|
||||||
|
|
Loading…
Add table
Reference in a new issue