##// 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 367 div.wiki-page .contextual a {opacity: 0.4}
368 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 370 form .attributes select { width: 60%; }
373 371 input#issue_subject { width: 99%; }
374 372 select#issue_done_ratio { width: 95px; }
@@ -404,7 +402,7 p.pagination {margin-top:8px;}
404 402 /***** Tabular forms ******/
405 403 .tabular p{
406 404 margin: 0;
407 padding: 5px 0 8px 0;
405 padding: 3px 0 3px 0;
408 406 padding-left: 180px; /* width of left column containing the label elements */
409 407 height: 1%;
410 408 clear:left;
General Comments 0
You need to be logged in to leave comments. Login now