summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-15 14:59:51 +0400
committerAndrew Dolgov <[email protected]>2013-05-15 14:59:51 +0400
commitdcab541d2c4c5ee35fb0ececac3a4223a1697e59 (patch)
tree710b87cad246d0802f5f949f7009532487cb6bad /tt-rss.css
parent077f22133740b520f44c50a1364363114b621099 (diff)
css tweaks for utility and exported articles, etc
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css21
1 files changed, 15 insertions, 6 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f5d5da1d4..99592c611 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -215,7 +215,7 @@ a:hover {
}
#headlines-frame.normal {
- font-size : 13px;
+
}
.hl {
@@ -999,22 +999,31 @@ div.postHeader span.author {
body#ttrssZoom {
margin-left : auto;
margin-right : auto;
- padding : 2em;
+ padding : 20px;
max-width : 800px;
- background : #f0f0f0;
+ background : #f9fbff;
}
body#ttrssZoom div.postContent p {
max-width : 650px;
}
+body#ttrssZoom div.postHeader {
+ margin : 10px;
+ border : 1px solid #ccc;
+ box-shadow : none;
+ border-radius : 4px;
+}
+
body#ttrssZoom div.postReply {
border : 1px solid #ccc;
- box-shadow : 0px 0px 3px #ccc;
+ border-radius : 4px;
+ box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
+ background : white;
}
body#ttrssZoom div.postContent {
- background-color : white;
+
}
body#ttrssZoom div.footer {
@@ -1025,7 +1034,7 @@ body#ttrssZoom div.footer {
body#ttrssZoom div.postContent img {
max-width : 650px;
height : auto;
-}
+}
select.attachments {
display : block;