fix a recently introduced quick-reply max-width issue

This commit is contained in:
czaks 2014-09-27 11:26:30 +02:00
parent f2e101f30d
commit 629b1c92a6

View File

@ -102,6 +102,10 @@ input[type="text"], input[type="password"], textarea {
max-width: 75%;
}
#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
max-width: 100%;
}
form table tr td {
text-align: left;
margin: 0;