Browse Source

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
tags/1.2.0
Jean-Philippe Lang 13 years ago
parent
commit
6b44d1b27e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      public/stylesheets/application.css

+ 2
- 1
public/stylesheets/application.css 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; }

Loading…
Cancel
Save