From: Andrew Dolgov Date: Fri, 28 Oct 2005 06:36:02 +0000 (+0100) Subject: update compact css with userDlg styles X-Git-Tag: 1.0.7~18 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=aee198609ddd8fad1b8240c38ef89df3c99e095d;p=tt-rss.git update compact css with userDlg styles --- diff --git a/tt-rss_compact.css b/tt-rss_compact.css index cef4e47d..724c28a4 100644 --- a/tt-rss_compact.css +++ b/tt-rss_compact.css @@ -414,3 +414,18 @@ pre { padding : 5px; background : #f0f0f0; } + +#userDlg { + left : 400px; + top : 18px; + background : #fffff0; + z-index : 3; + position : absolute; + border : 1px solid #c0c0c0; + padding : 10px; + display : none; +} + +#qafInput { + width : 300px; +}