summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-30 06:17:23 +0100
committerAndrew Dolgov <[email protected]>2005-12-30 06:17:23 +0100
commitc6232e43333ff070cc16d3346369a1712966f68f (patch)
tree89fddac678107b82cc081f3b4039d922e81c2619 /tt-rss.css
parent88d9259a4e9ddda474f448df66f73ef8a1dc4a7d (diff)
initial work on big feed browser
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e2802119b..8da868446 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -940,6 +940,18 @@ span.subscribers {
color : #808080;
}
+div.subscribers {
+ color : #808080;
+ font-size : x-small;
+ float : right;
+}
+
input.feedBrowseCB {
margin-right : 1em;
}
+
+div.browserDetails {
+ margin : 5px 5px 5px 5px;
+ display : none;
+ padding : 5px;
+}