small tweaks to stylesheet
This commit is contained in:
parent
765dea599b
commit
388e87746e
@ -93,13 +93,17 @@ input[type="text"],input[type="password"],textarea {
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
max-width: 75%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
|
#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
form table tr td {
|
form table tr td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user