From 0ee1d1a003e58f0c7180796a5873989b86dc1136 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Feb 2006 17:25:38 +0100 Subject: updates to debug mode --- tt-rss.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 54117e23e..d9cc3b9b9 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -993,3 +993,25 @@ div.cdmContent a:hover { .noborder { border-width : 0px; } + +#debug_output { + width : 300; + height : 80; + right : 20; + bottom : 20; + background-color : white; + display : none; + z-index : 3; + position : absolute; + border : 1px solid #c0c0c0; + overflow : auto; + margin : 0px; + padding : 5px; + list-style-type : none; +} + +#debug_output li { + margin : 0px; + padding : 0px; + font-size : x-small; +} -- cgit v1.2.3