##// END OF EJS Templates
Progress bar style....
Jean-Philippe Lang -
r7959:9412091d0d3b
parent child
Show More
@@ -600,7 +600,6 color:#505050;
600
600
601 /***** Progress bar *****/
601 /***** Progress bar *****/
602 table.progress {
602 table.progress {
603 border: 1px solid #D7D7D7;
604 border-collapse: collapse;
603 border-collapse: collapse;
605 border-spacing: 0pt;
604 border-spacing: 0pt;
606 empty-cells: show;
605 empty-cells: show;
@@ -609,13 +608,14 table.progress {
609 margin: 1px 6px 1px 0px;
608 margin: 1px 6px 1px 0px;
610 }
609 }
611
610
612 table.progress td { height: 0.9em; }
611 table.progress td { height: 1em; }
613 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
612 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
614 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
613 table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
615 table.progress td.open { background: #FFF none repeat scroll 0%; }
614 table.progress td.todo { background: #eee none repeat scroll 0%; }
616 p.pourcent {font-size: 80%;}
615 p.pourcent {font-size: 80%;}
617 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
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 /***** Tabs *****/
619 /***** Tabs *****/
620 #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
620 #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
621 #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:1em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
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