summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-05 19:21:25 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-05 19:21:25 +0000
commit355289fa677f6a9a26e252e640861497a34cada6 (patch)
treef243244e713bec77cfe16a5b27f97636769dad53 /public
parentb536f4c65794d8c2c5e5ae0c0a63166106bc3303 (diff)
downloadredmine-355289fa677f6a9a26e252e640861497a34cada6.tar.gz
redmine-355289fa677f6a9a26e252e640861497a34cada6.zip
Roadmap progress bars now differentiate the progress due to closed issues from the open issues progress (2 different colors).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@954 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 1059d960b..a10524dbb 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -262,6 +262,7 @@ table.progress {
table.progress td { height: 0.9em; }
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%; }
p.pourcent {font-size: 80%;}
p.progress-info {clear: left; font-style: italic; font-size: 80%;}