summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-28 11:39:12 +0300
committerAndrew Dolgov <[email protected]>2010-12-28 11:39:12 +0300
commit1644304f114626466dd45940ea21f6892efacebb (patch)
treea152759e559c497b5266b9ef2f371811f83d1b83 /tt-rss.css
parent5823f9fbabb610a487b5d50a1a81b33445cfb881 (diff)
display last update times in PrefFeedTree (closes #284)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3137cbd52..928a5e94f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1592,6 +1592,12 @@ div.fatalError textarea {
font-weight : bold;
}
+.feedParam {
+ color : gray;
+ float : right;
+ margin-right : 1em;
+}
+
.dijitTreeLabel.Disabled, .labelParam.Disabled {
color : gray;
}