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
This commit is contained in:
Jean-Philippe Lang 2011-04-11 18:46:53 +00:00
parent 6fad67c887
commit 6b44d1b27e

View 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; }