Fix progress bar css #868

This commit is contained in:
Michaël Rigart 2012-02-25 19:15:06 +01:00 committed by Felix Schäfer
parent ef5dddf4db
commit 23864d99b5
1 changed files with 7 additions and 7 deletions

View File

@ -624,7 +624,7 @@ color:#505050;
} }
/***** Progress bar *****/ /***** Progress bar *****/
table.progress { #content table.progress {
border: 1px solid #D7D7D7; border: 1px solid #D7D7D7;
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0pt; border-spacing: 0pt;
@ -634,12 +634,12 @@ table.progress {
margin: 1px 6px 1px 0px; margin: 1px 6px 1px 0px;
} }
table.progress td { height: 0.9em; } #content table.progress td { height: 0.9em; }
table.progress td.closed { background: #BAE0BA none repeat scroll 0%; } #content table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
table.progress td.done { background: #DEF0DE none repeat scroll 0%; } #content table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
table.progress td.open { background: #FFF none repeat scroll 0%; } #content table.progress td.open { background: #FFF none repeat scroll 0%; }
p.pourcent {font-size: 80%;} #content p.pourcent {font-size: 80%;}
p.progress-info {clear: left; font-style: italic; font-size: 80%;} #content p.progress-info {clear: left; font-style: italic; font-size: 80%;}
/***** Tabs *****/ /***** Tabs *****/
#content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;} #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}