From: Andrew Dolgov Date: Fri, 4 May 2007 03:02:53 +0000 (+0100) Subject: tweak quicksub result window X-Git-Tag: schema_freeze_for_1.2.11~76 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d09a6025922b5955f553031c364a85d1bd676dd9;p=tt-rss.git tweak quicksub result window --- diff --git a/quicksub.css b/quicksub.css index 4f478628..7b85211b 100644 --- a/quicksub.css +++ b/quicksub.css @@ -22,5 +22,30 @@ img.logo { div.content { padding : 1em; - border : 1px solid #88b0ff; + /* border : 1px solid #88b0ff; */ } + +div.notice { + background : #ffffff; + border : 1px solid #88b0f0; + width : 50%; + padding : 5px; + margin : 0px 0px 5px 0px; + font-size : 9pt; +} + +div.warning { + background : #fff7d5; + border : 1px solid #d7c47a; + font-size : 9pt; + width : 50%; + padding : 5px; + margin : 0px 0px 5px 0px; +} + + +div.warning img, div.notice img { + vertical-align : middle; + padding : 5px; +} +