]> git.wh0rd.org - tt-rss.git/commitdiff
tweak utility/zoom main content css
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 29 Jan 2014 05:48:19 +0000 (09:48 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 29 Jan 2014 05:48:19 +0000 (09:48 +0400)
css/utility.css
css/zoom.css

index 03798754044008d0005e4614d9458dc7f201d36d..85f136ad9e900e7e755a55178acfb26c512a4d97 100644 (file)
@@ -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 {
index 9e2f16bf28cd08ae5ff28bab6bb1bed308dfe15b..aa1e39f45eb5501bcfc24e5fcfc426eb2816be24 100644 (file)
@@ -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 {