]> source.dussan.org Git - redmine.git/commitdiff
Set fixed width for select tags on the issue form.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 11 Apr 2011 18:46:53 +0000 (18:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 11 Apr 2011 18:46:53 +0000 (18:46 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5420 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 83e786b49dd17e7e497df7775581f359794ad6a5..3de080ee3cf67a0642f9766a074d588de1c6e1fa 100644 (file)
@@ -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; }