forked from GithubBackups/vichan
Merge pull request #241 from topkek/patch-6
Stop long filenames from stretching the quick reply box
This commit is contained in:
commit
a987195e80
@ -104,6 +104,10 @@ input[type="text"],input[type="password"],textarea {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#upload input[type="file"] {
|
||||||
|
max-width: 230px;
|
||||||
|
}
|
||||||
|
|
||||||
form table tr td {
|
form table tr td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user