Browse Source

fix a recently introduced quick-reply max-width issue

pull/40/head
czaks 10 years ago
parent
commit
629b1c92a6
  1. 4
      stylesheets/style.css

4
stylesheets/style.css

@ -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;

Loading…
Cancel
Save