From 69bf1bd735bd3234d6c0c7caec54979367a5f8c3 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 9 Jan 2012 17:38:30 +0100 Subject: [PATCH] Tweaked the registered time colum layout (treat it as an exception) --- stoptime.rb | 2 +- templates/sass/style.sass | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stoptime.rb b/stoptime.rb index 9923e5d..6e4a920 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -1722,7 +1722,7 @@ module StopTime::Views table.tasks do col.task {} - col.hours {} + col.reg_hours {} col.hourly_rate {} col.amount {} tr do diff --git a/templates/sass/style.sass b/templates/sass/style.sass index d8119de..8f22c4b 100644 --- a/templates/sass/style.sass +++ b/templates/sass/style.sass @@ -84,6 +84,8 @@ table col.amount, col.hours, col.hourly_rate width: 100px + col.reg_hours + width: 130px col.flag width: 30px col.date