From c3221eb253df2c4499e15f79fad8a3ec49ba10a5 Mon Sep 17 00:00:00 2001 From: Kristina Lim Date: Tue, 29 Nov 2011 06:07:42 +0800 Subject: [PATCH] Set maximum width for form fields in the modal window sidebar. --- app/assets/stylesheets/blank.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/blank.css b/app/assets/stylesheets/blank.css index 2f606eb8..1626ed79 100644 --- a/app/assets/stylesheets/blank.css +++ b/app/assets/stylesheets/blank.css @@ -20,6 +20,9 @@ body { float:left; width:230px; } +#sidebar input, #sidebar select, #sidebar textarea { + max-width:220px; +} #footer { padding-top: 25px; clear:both;