summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 19:34:31 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 19:34:31 +0400
commit8c82001ba06b2ee793de78fe120357c8343437f6 (patch)
tree5e931082dbc6f6f2c311e6ff46a892cbd4b9a133 /tt-rss.css
parent056c537b28b2178d87ac01acc594bb71a0c933be (diff)
update ttrssZoom style
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index cd79aa5a8..0f8da795b 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;
}