Merge pull request #241 from topkek/patch-6

Stop long filenames from stretching the quick reply box
This commit is contained in:
Fredrick Brennan 2014-11-10 14:22:14 +08:00
commit a987195e80

View File

@ -104,6 +104,10 @@ input[type="text"],input[type="password"],textarea {
max-width: 100%;
}
#upload input[type="file"] {
max-width: 230px;
}
form table tr td {
text-align: left;
margin: 0;