mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #6475 from iMattPro/ticket/17125
[ticket/17125] use box-sizing for message box text areas
This commit is contained in:
commit
c879d9380f
1 changed files with 3 additions and 0 deletions
|
@ -259,6 +259,9 @@ fieldset.submit-buttons input {
|
||||||
|
|
||||||
.message-box textarea {
|
.message-box textarea {
|
||||||
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
width: 450px;
|
width: 450px;
|
||||||
height: 270px;
|
height: 270px;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue