From: Andrew Dolgov Date: Wed, 27 Mar 2013 15:34:31 +0000 (+0400) Subject: update ttrssZoom style X-Git-Tag: 1.7.6~235 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8c82001ba06b2ee793de78fe120357c8343437f6;p=tt-rss.git update ttrssZoom style --- diff --git a/tt-rss.css b/tt-rss.css index cd79aa5a..0f8da795 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1208,10 +1208,20 @@ div.postHeader span.author { body#ttrssZoom { margin-left : auto; margin-right : auto; - max-width : 650px; + max-width : 800px; background : #f0f0f0; } +body#ttrssZoom div.postContent p { + max-width : 650px; +} + +body#ttrssZoom div.postReply { + border : 1px solid #ccc; + margin : 20px; + box-shadow : 0px 0px 3px #ccc; +} + body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader { background-color : white; }