Progress bar style.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8079 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-12-04 19:58:34 +00:00
parent 9f1c59e9d0
commit 9412091d0d
1 changed files with 5 additions and 5 deletions

View File

@ -600,7 +600,6 @@ color:#505050;
/***** Progress bar *****/ /***** Progress bar *****/
table.progress { table.progress {
border: 1px solid #D7D7D7;
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0pt; border-spacing: 0pt;
empty-cells: show; empty-cells: show;
@ -609,13 +608,14 @@ table.progress {
margin: 1px 6px 1px 0px; margin: 1px 6px 1px 0px;
} }
table.progress td { height: 0.9em; } table.progress td { height: 1em; }
table.progress td.closed { background: #BAE0BA none repeat scroll 0%; } table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
table.progress td.done { background: #DEF0DE none repeat scroll 0%; } table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
table.progress td.open { background: #FFF none repeat scroll 0%; } table.progress td.todo { background: #eee none repeat scroll 0%; }
p.pourcent {font-size: 80%;} p.pourcent {font-size: 80%;}
p.progress-info {clear: left; font-style: italic; font-size: 80%;} p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
#roadmap table.progress td { height: 1.2em; }
/***** 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;}
#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:1em; width: 2000px; border-bottom: 1px solid #bbbbbb;} #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:1em; width: 2000px; border-bottom: 1px solid #bbbbbb;}