From: Andrew Dolgov Date: Sun, 12 May 2013 20:25:15 +0000 (+0400) Subject: update style of article note X-Git-Tag: 1.7.9~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5e49db8dc25f972e81e85f0277c95b7739fdedef;p=tt-rss.git update style of article note --- diff --git a/cdm.css b/cdm.css index 637953b1..6028c6ea 100644 --- a/cdm.css +++ b/cdm.css @@ -180,10 +180,6 @@ div.cdmFeedTitle a:hover { color : #4684ff; } -div.articleNote { - border-style : dashed none dashed none; -} - div.cdmHeader span.hlFeed { float : right; font-weight : normal; diff --git a/tt-rss.css b/tt-rss.css index 3a867632..24bc61f9 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -75,9 +75,12 @@ div.postReply img.tagsPic { div.articleNote { background-color : #fff7d5; padding : 5px; - border-style : none none dashed none; + border-radius : 4px; + margin : 5px; + border-style : solid; border-color : #e7d796; border-width : 1px; + box-shadow : 0px 0px 2px rgba(0,0,0,0.1); background-color : #fff7d5; color : #9a8c59; } @@ -282,7 +285,7 @@ div.notice { div.warning { background : #fff7d5; - border-color : #EFDC88; + border-color : #e7d796;; } div.error {