use plurals for comment/comments link in article, properly translate comments string, add feed title to article in zoom mode

This commit is contained in:
Andrew Dolgov
2013-09-02 12:58:14 +04:00
parent 9e04187845
commit ff04fe0625
3 changed files with 32 additions and 5 deletions

View File

@@ -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;