mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01:00
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:
parent
2bd2d1928e
commit
7bc8783d03
1 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue