summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-04 19:58:34 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-04 19:58:34 +0000
commit9412091d0d3be015f37746893a8c471c030f7817 (patch)
treecad37fc7f5015f7bd5a6d31378cdabde93a7a6bd /public
parent9f1c59e9d0db97282b3e508148e728cd1fb60392 (diff)
downloadredmine-9412091d0d3be015f37746893a8c471c030f7817.tar.gz
redmine-9412091d0d3be015f37746893a8c471c030f7817.zip
Progress bar style.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8079 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css10
1 files 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;}