##// END OF EJS Templates
Set fixed width for select tags on the issue form....
Jean-Philippe Lang -
r5300:6b44d1b27ea1
parent child
Show More
@@ -349,7 +349,8 table#time-report .hours-dec { font-size: 0.9em; }
349
349
350 form .attributes { margin-bottom: 8px; }
350 form .attributes { margin-bottom: 8px; }
351 form .attributes p { padding-top: 1px; padding-bottom: 2px; }
351 form .attributes p { padding-top: 1px; padding-bottom: 2px; }
352 form .attributes select { min-width: 50%; }
352 form .attributes select { width: 60%; }
353 select#issue_done_ratio { width: 95px; }
353
354
354 ul.projects { margin: 0; padding-left: 1em; }
355 ul.projects { margin: 0; padding-left: 1em; }
355 ul.projects.root { margin: 0; padding: 0; }
356 ul.projects.root { margin: 0; padding: 0; }
General Comments 0
You need to be logged in to leave comments. Login now