diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-25 22:00:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-25 22:00:28 +0000 |
commit | fe452513496040bc8cb693e9cc0e06bd98e61f24 (patch) | |
tree | 8e4efcf6fbe8b82c512150e792cca5cfdfa3f6c6 /public/stylesheets | |
parent | e21f60d17012ada6ca48cba2c3bdc7cc4ad29755 (diff) | |
download | redmine-fe452513496040bc8cb693e9cc0e06bd98e61f24.tar.gz redmine-fe452513496040bc8cb693e9cc0e06bd98e61f24.zip |
Reduces vertical spacing between form fields.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7925 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 715cfdd78..9474af374 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -367,8 +367,6 @@ table#time-report .hours-dec { font-size: 0.9em; } div.wiki-page .contextual a {opacity: 0.4} div.wiki-page .contextual a:hover {opacity: 1} -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; } @@ -404,7 +402,7 @@ p.pagination {margin-top:8px;} /***** Tabular forms ******/ .tabular p{ margin: 0; -padding: 5px 0 8px 0; +padding: 3px 0 3px 0; padding-left: 180px; /* width of left column containing the label elements */ height: 1%; clear:left; |