summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-30 17:10:10 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-30 17:10:10 +0000
commit7fb55bc363b22b9768a8f9575215a57b3ae5fa22 (patch)
tree1b1db190018cfe3cd6b52293e110b1584155860f /public
parent040b90f48312efb7bd59ce0943b32094d148bc60 (diff)
downloadredmine-7fb55bc363b22b9768a8f9575215a57b3ae5fa22.tar.gz
redmine-7fb55bc363b22b9768a8f9575215a57b3ae5fa22.zip
Move spent time to a box like issues on the project overview.
git-svn-id: http://svn.redmine.org/redmine/trunk@15592 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 598939cd0..277088cb9 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -324,6 +324,7 @@ div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-
div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
+div.spent_time h3 { background: url(../images/time.png) no-repeat 0% 50%; padding-left: 20px; }
#watchers select {width: 95%; display: block;}
#watchers a.delete {opacity: 0.4; margin-left: 5px;}