From 7bc8783d03df64e4a4e2c8a77bed51985b4e950f Mon Sep 17 00:00:00 2001 From: bsag Date: Sun, 8 Jan 2006 15:07:51 +0000 Subject: [PATCH] Applied Lukes patch in #179 to improve the appearance of the staleness highlighting: the text lines up with un-highlighted actions, but there is left padding between the left edge of the highlight and the text. Looks much better. Thanks, Luke! git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@174 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/public/stylesheets/standard.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tracks/public/stylesheets/standard.css b/tracks/public/stylesheets/standard.css index 42714e57..ed1a627a 100644 --- a/tracks/public/stylesheets/standard.css +++ b/tracks/public/stylesheets/standard.css @@ -178,10 +178,19 @@ input.item-checkbox { margin: 0; } -.description, .stale_l1, .stale_l2, .stale_l3 { +.description { margin-left: 70px; margin-right: 10px; } + +.stale_l1, .stale_l2, .stale_l3 { + margin-left: 67px; + padding-left: 3px; + } + +.stale_l1 { + background: #ffC; + } .tools { margin-left: 25px;