diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-23 21:44:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-23 21:44:28 +0000 |
commit | 6ed9734cb99f71300a0d9fdf4121cd797102f645 (patch) | |
tree | 4a92663dcfc7a569a49580f96049fb0c24508c79 /public | |
parent | e24d6cc2237d4898e7ad2520e34328f8dc0d5935 (diff) | |
download | redmine-6ed9734cb99f71300a0d9fdf4121cd797102f645.tar.gz redmine-6ed9734cb99f71300a0d9fdf4121cd797102f645.zip |
Reduces spacing on the bulk edit form.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3479 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6db5e58d8..577cdb29f 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -299,9 +299,9 @@ table#time-report tbody tr.last-level { font-style: normal; color: #555; } table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; } table#time-report .hours-dec { font-size: 0.9em; } -form#issue-form .attributes { margin-bottom: 8px; } -form#issue-form .attributes p { padding-top: 1px; padding-bottom: 2px; } -form#issue-form .attributes select { min-width: 30%; } +form .attributes { margin-bottom: 8px; } +form .attributes p { padding-top: 1px; padding-bottom: 2px; } +form .attributes select { min-width: 50%; } ul.projects { margin: 0; padding-left: 1em; } ul.projects.root { margin: 0; padding: 0; } |