From: Andrew Dolgov Date: Tue, 3 Oct 2006 09:54:59 +0000 (+0100) Subject: notice/warning style updates X-Git-Tag: 1.2.4~16 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=c93d8e07fe729dda80adbe38bd06ff1247c9ffd8 notice/warning style updates --- diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index 871cd1fb..71bacfa9 100644 --- a/themes/graycube/theme.css +++ b/themes/graycube/theme.css @@ -54,6 +54,12 @@ div.notice { border : 1px solid #999999; } +div.warning { + background : #ffcccc; + border : 1px solid #ff0000; +} + + ul.userFeedList, ul.browseFeedList, ul.labelTestResults { border : 1px solid #999999; } diff --git a/tt-rss.css b/tt-rss.css index 5952b8d3..b74aa487 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -544,7 +544,7 @@ div.warning { background : #fff7d5; border : 1px solid #d7c47a; padding : 5px; - margin : 5px; + margin : 0px 0px 5px 0px; font-size : small; } @@ -552,7 +552,7 @@ div.notice { background : #ffffff; border : 1px solid #88b0f0; padding : 5px; - margin : 5px; + margin : 0px 0px 5px 0px; font-size : small; }