]> source.dussan.org Git - redmine.git/commitdiff
Reduces vertical spacing between form fields.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 25 Nov 2011 22:00:28 +0000 (22:00 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 25 Nov 2011 22:00:28 +0000 (22:00 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7925 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 715cfdd788b19a89b5d91eaf0b9b0b144e9d7106..9474af374bb8062caadac87498cb9923949cb6de 100644 (file)
@@ -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;