1
0
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:
topkek 2014-11-01 03:04:58 +00:00
parent 5dfc7735ab
commit b4f9ac2bf4

View File

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