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
This commit is contained in:
bsag 2006-01-08 15:07:51 +00:00
parent 2bd2d1928e
commit 7bc8783d03

View file

@ -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;