summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-02 12:58:14 +0400
committerAndrew Dolgov <[email protected]>2013-09-02 12:58:14 +0400
commitff04fe06250b7640b62379708b27ae31630150a0 (patch)
tree8c2dd2159829c084cac463c08999cf67117e03e6 /css/tt-rss.css
parent9e04187845472b24d40eb364205f8ea8bedeceba (diff)
use plurals for comment/comments link in article, properly translate comments string, add feed title to article in zoom mode
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index beba1d4b3..51b18ead6 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1018,6 +1018,19 @@ body#ttrssZoom {
background : #f9fbff;
}
+body#ttrssZoom div.postHeader div.postFeedTitle {
+ float : left;
+ text-align : right;
+ padding-left : 0px;
+ font-size : 10px;
+}
+
+body#ttrssZoom div.postHeader a.postComments {
+ text-align : right;
+ padding-left : 0px;
+ font-size : 10px;
+}
+
body#ttrssZoom div.postHeader div.postDate {
float : none;
text-align : right;