Makes the issue subject field use full width.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5421 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-04-11 18:48:28 +00:00
parent 6b44d1b27e
commit ae16fb3e5f
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ 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 { width: 60%; }
input#issue_subject { width: 99%; }
select#issue_done_ratio { width: 95px; }
ul.projects { margin: 0; padding-left: 1em; }