From: Andrew Dolgov Date: Tue, 27 Aug 2013 11:09:48 +0000 (+0400) Subject: tweak zoomed display date/tags a bit X-Git-Tag: 1.10~23 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d2d6c8dbb28d48df1f6397e8ee6bc59c67be86da;p=tt-rss.git tweak zoomed display date/tags a bit --- diff --git a/css/tt-rss.css b/css/tt-rss.css index 9e500a75..beba1d4b 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -1020,12 +1020,17 @@ body#ttrssZoom { body#ttrssZoom div.postHeader div.postDate { float : none; - text-align : left; + text-align : right; padding-left : 0px; color : #777; font-size : 10px; } +body#ttrssZoom div.postHeader div.postTags { + color : #777; + font-size : 10px; +} + body#ttrssZoom div.postHeader div.postTitle { white-space : normal; }