1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

display last update times in PrefFeedTree (closes #284)

This commit is contained in:
Andrew Dolgov
2010-12-28 11:39:12 +03:00
parent 5823f9fbab
commit 1644304f11
3 changed files with 27 additions and 3 deletions

View File

@@ -1592,6 +1592,12 @@ div.fatalError textarea {
font-weight : bold;
}
.feedParam {
color : gray;
float : right;
margin-right : 1em;
}
.dijitTreeLabel.Disabled, .labelParam.Disabled {
color : gray;
}