summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-29 09:48:19 +0400
committerAndrew Dolgov <[email protected]>2014-01-29 09:48:19 +0400
commit17fdd4e1f82c403524c9b839b05a3b189af9112b (patch)
tree9acb5c2ac83283c389a88e52eda0fc513cd060af /css
parentf80c5326f00d0f3f6bbec180d8d27b2c3fc5aa2d (diff)
tweak utility/zoom main content css
Diffstat (limited to 'css')
-rw-r--r--css/utility.css1
-rw-r--r--css/zoom.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/css/utility.css b/css/utility.css
index 037987540..85f136ad9 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -19,6 +19,7 @@ div.content {
background : white;
border : 1px solid #ddd;
padding : 10px;
+ box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
}
p.warning {
diff --git a/css/zoom.css b/css/zoom.css
index 9e2f16bf2..aa1e39f45 100644
--- a/css/zoom.css
+++ b/css/zoom.css
@@ -55,6 +55,7 @@ body#ttrssZoom div.postHeader {
body#ttrssZoom div.postReply {
border : 1px solid #ddd;
background : white;
+ box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
}
body#ttrssZoom div.footer {