mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 17:31:00 +01:00
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%;
|
||||
}
|
||||
|
||||
#upload_file {
|
||||
max-width: 230px;
|
||||
}
|
||||
|
||||
form table tr td {
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user