From 2055d4a6dcbfd7d0e791c37bd88db7100052fa3a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Mar 2006 15:45:55 +0100 Subject: hide load progress --- tt-rss.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index ed320a0c2..aefc66be3 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1015,3 +1015,19 @@ div.cdmContent a:hover { padding : 0px; font-size : x-small; } + +#overlay { + background : white; + left : 0; + top : 0; + height : 100%; + width : 100%; + z-index : 100; + position : absolute; +} + +#overlay_inner { + font-weight : bold; + text-align : center; + margin : 10px; +} -- cgit v1.2.3