From e2f8f7b47abc461df45b017211cc9af26af7abf8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Oct 2005 06:38:06 +0100 Subject: quick feed add dialog + related interface tweaks --- tt-rss.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 5c81a3154..d72ccf949 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -387,3 +387,18 @@ pre { padding : 5px; background : #f0f0f0; } + +#qafDialog { + left : 400px; + top : 18px; + background : #fffff0; + z-index : 3; + position : absolute; + border : 1px solid #c0c0c0; + padding : 10px; + display : none; +} + +#qafInput { + width : 300px; +} -- cgit v1.2.3