diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-17 13:40:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-17 13:40:25 +0000 |
commit | 98c7c179ca3fb614ba4544f1199eaaaae56c6524 (patch) | |
tree | 0b806d11172336740096ec38bb3bf9f9b9e938cb /public | |
parent | 8f7da03419071e132bbda1c1983707de15350597 (diff) | |
download | redmine-98c7c179ca3fb614ba4544f1199eaaaae56c6524.tar.gz redmine-98c7c179ca3fb614ba4544f1199eaaaae56c6524.zip |
Gantt code cleanup.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4522 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 7a253c879..66ce3410c 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -801,10 +801,11 @@ background-image:url('../images/close_hl.png'); .task_todo.parent .left { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -5px; left: 0px; top: -1px;} .task_todo.parent .right { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-right: -5px; right: 0px; top: -1px;} -.milestone { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; } -.milestone_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} -.milestone_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} -.milestone_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;} +.version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} +.version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} +.version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;} +.version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; } + .project-line { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; } .project_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} .project_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} |