From a8fcf8487d4165741cf8bffe71ce6302c6aab4e2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 16 Mar 2008 12:21:54 +0000 Subject: Add a time tracking block for 'My page' (#615). It lists current user's time entries for the last 7 days across all projects, grouped by day with subtotals for each day, and a grand total. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1260 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 1fd7881df..816cd05a2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -113,9 +113,9 @@ tr.user.locked, tr.user.registered { color: #aaa; } tr.user.locked a, tr.user.registered a { color: #aaa; } tr.time-entry { text-align: center; white-space: nowrap; } -tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; } -tr.time-entry td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; } -tr.time-entry .hours-dec { font-size: 0.9em; } +tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; } +td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; } +td.hours .hours-dec { font-size: 0.9em; } table.list tbody tr:hover { background-color:#ffffdd; } table td {padding:2px;} -- cgit v1.2.3