##// END OF EJS Templates
Reduces vertical spacing between form fields....
Jean-Philippe Lang -
r7805:fe4525134960
parent child
Show More
@@ -367,8 +367,6 table#time-report .hours-dec { font-size: 0.9em; }
367 div.wiki-page .contextual a {opacity: 0.4}
367 div.wiki-page .contextual a {opacity: 0.4}
368 div.wiki-page .contextual a:hover {opacity: 1}
368 div.wiki-page .contextual a:hover {opacity: 1}
369
369
370 form .attributes { margin-bottom: 8px; }
371 form .attributes p { padding-top: 1px; padding-bottom: 2px; }
372 form .attributes select { width: 60%; }
370 form .attributes select { width: 60%; }
373 input#issue_subject { width: 99%; }
371 input#issue_subject { width: 99%; }
374 select#issue_done_ratio { width: 95px; }
372 select#issue_done_ratio { width: 95px; }
@@ -404,7 +402,7 p.pagination {margin-top:8px;}
404 /***** Tabular forms ******/
402 /***** Tabular forms ******/
405 .tabular p{
403 .tabular p{
406 margin: 0;
404 margin: 0;
407 padding: 5px 0 8px 0;
405 padding: 3px 0 3px 0;
408 padding-left: 180px; /* width of left column containing the label elements */
406 padding-left: 180px; /* width of left column containing the label elements */
409 height: 1%;
407 height: 1%;
410 clear:left;
408 clear:left;
General Comments 0
You need to be logged in to leave comments. Login now