From f557cd78ff5d9fba54eb2e660a2a5fa512b0bd90 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Nov 2005 14:52:02 +0100 Subject: some http auth fixes --- tt-rss.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 20e4d546c..aa40c7ea5 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -636,3 +636,23 @@ span.insensitive { div.prefGenericAddBox { margin : 5px; } + +body.logoutBody { + background-color : #f0f0f0; + color : black; +} + +span.logoutWarning { + color : red; + font-weight : bold; +} + +div.logoutContent { + width : 600px; + border : 1px solid #c0c0c0; + background-color : white; + margin-left : auto; + margin-right : auto; + margin-top : 20px; + padding : 10px; +} -- cgit v1.2.3