From 9412091d0d3be015f37746893a8c471c030f7817 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 4 Dec 2011 19:58:34 +0000 Subject: [PATCH] Progress bar style. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8079 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 7ea9278de..5505a5f12 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -600,7 +600,6 @@ color:#505050; /***** Progress bar *****/ table.progress { - border: 1px solid #D7D7D7; border-collapse: collapse; border-spacing: 0pt; empty-cells: show; @@ -609,13 +608,14 @@ table.progress { 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.done { background: #DEF0DE none repeat scroll 0%; } -table.progress td.open { background: #FFF none repeat scroll 0%; } +table.progress td.done { background: #D3EDD3 none repeat scroll 0%; } +table.progress td.todo { background: #eee none repeat scroll 0%; } 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 *****/ #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;}