From 6b44d1b27ea1765e3cbecca0f4fb9884a33d2eda Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 11 Apr 2011 18:46:53 +0000 Subject: Set fixed width for select tags on the issue form. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5420 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/stylesheets') diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 83e786b49..3de080ee3 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -349,7 +349,8 @@ table#time-report .hours-dec { font-size: 0.9em; } form .attributes { margin-bottom: 8px; } form .attributes p { padding-top: 1px; padding-bottom: 2px; } -form .attributes select { min-width: 50%; } +form .attributes select { width: 60%; } +select#issue_done_ratio { width: 95px; } ul.projects { margin: 0; padding-left: 1em; } ul.projects.root { margin: 0; padding: 0; } -- cgit v1.2.3