@@ -600,7 +600,6 color:#505050; | |||
|
600 | 600 | |
|
601 | 601 | /***** Progress bar *****/ |
|
602 | 602 | table.progress { |
|
603 | border: 1px solid #D7D7D7; | |
|
604 | 603 | border-collapse: collapse; |
|
605 | 604 | border-spacing: 0pt; |
|
606 | 605 | empty-cells: show; |
@@ -609,13 +608,14 table.progress { | |||
|
609 | 608 | margin: 1px 6px 1px 0px; |
|
610 | 609 | } |
|
611 | 610 | |
|
612 |
table.progress td { height: |
|
|
611 | table.progress td { height: 1em; } | |
|
613 | 612 | table.progress td.closed { background: #BAE0BA none repeat scroll 0%; } |
|
614 |
table.progress td.done { background: #D |
|
|
615 |
table.progress td. |
|
|
613 | table.progress td.done { background: #D3EDD3 none repeat scroll 0%; } | |
|
614 | table.progress td.todo { background: #eee none repeat scroll 0%; } | |
|
616 | 615 | p.pourcent {font-size: 80%;} |
|
617 |
p.progress-info {clear: left; |
|
|
616 | p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;} | |
|
618 | 617 | |
|
618 | #roadmap table.progress td { height: 1.2em; } | |
|
619 | 619 | /***** Tabs *****/ |
|
620 | 620 | #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;} |
|
621 | 621 | #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:1em; width: 2000px; border-bottom: 1px solid #bbbbbb;} |
General Comments 0
You need to be logged in to leave comments.
Login now