summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-15 13:16:14 +0400
committerAndrew Dolgov <[email protected]>2013-04-15 13:16:14 +0400
commite43a9c4a01bf095b740e35711c79f6a0ca3374ba (patch)
tree615126649e1dfa76da4f80ddfc8cdb4395799633 /tt-rss.css
parent884f2aee91b18080938f862a980c3a9b2b95484f (diff)
add a %d articles selected element
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 6067ca7d6..d2e854d8f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1019,3 +1019,6 @@ div.hl.active a.title {
color : #4684ff;
}
+#selected_prompt {
+ margin-right : 25px;
+}