From: Andrew Dolgov Date: Mon, 19 Dec 2005 05:38:39 +0000 (+0100) Subject: made userDlg look like infoBox X-Git-Tag: schema_freeze_for_1.1.1~26 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=03095a984add6de3cb841c1475ed903f0c68ab5e;p=tt-rss.git made userDlg look like infoBox --- diff --git a/tt-rss.css b/tt-rss.css index 48364699..8ab9ef29 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -517,12 +517,13 @@ div.helpResponse { } #userDlg { - background : #fffff0; + padding : 15px; + border : 1px solid #c0c0c0; + font-size : small; position : relative; bottom : 2px; right : 2px; - padding : 15px; - border : 1px solid #c0c0c0; + background-color : white; } #qafInput {