From c68bd97e14a7edbabc646a6d040fb2ec94b46ee7 Mon Sep 17 00:00:00 2001 From: topkek Date: Mon, 10 Nov 2014 00:22:59 +0000 Subject: [PATCH] Apply to all upload fields --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 8dc4158e..2df6da69 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -100,7 +100,7 @@ input[type="text"],input[type="password"],textarea { max-width: 100%; } -#quick-reply input[type="file"] { +#upload input[type="file"] { max-width: 230px; }