textarea 100% -> 70%

Any reason this is the only textarea on the site that is not in a div.input ?
This commit is contained in:
Lightforger
2013-03-21 21:29:29 +01:00
parent 7422167935
commit a4262a898d

View File

@@ -275,7 +275,7 @@ div#c-posts {
div#quick-edit-div {
textarea {
width: 100%;
width: 70%;
height: 4em;
display: block;
}