Browse Source

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

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

Loading…
Cancel
Save