small tweaks to stylesheet

This commit is contained in:
czaks 2015-03-31 06:55:29 +02:00
parent 765dea599b
commit 388e87746e

View File

@ -93,13 +93,17 @@ input[type="text"],input[type="password"],textarea {
text-shadow: none;
text-transform: none;
word-spacing: normal;
max-width: 75%;
max-width: 100%;
}
#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
max-width: 100%;
}
textarea {
width: 100%;
}
form table tr td {
text-align: left;
margin: 0;