forked from GithubBackups/vichan
max width for upload field
This commit is contained in:
parent
5dfc7735ab
commit
b4f9ac2bf4
@ -100,6 +100,10 @@ input[type="text"],input[type="password"],textarea {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#upload_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