From 7fb55bc363b22b9768a8f9575215a57b3ae5fa22 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 30 Jun 2016 17:10:10 +0000 Subject: 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 --- public/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public') 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;} -- cgit v1.2.3