From b4f9ac2bf4799f7cd16b185a105c8e27601238b3 Mon Sep 17 00:00:00 2001 From: topkek Date: Sat, 1 Nov 2014 03:04:58 +0000 Subject: [PATCH] max width for upload field --- stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index f21409a0..6b385a3f 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -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;