diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-05 19:21:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-05 19:21:25 +0000 |
commit | 355289fa677f6a9a26e252e640861497a34cada6 (patch) | |
tree | f243244e713bec77cfe16a5b27f97636769dad53 /public | |
parent | b536f4c65794d8c2c5e5ae0c0a63166106bc3303 (diff) | |
download | redmine-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.css | 1 |
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%;} |