summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-20 15:45:55 +0100
committerAndrew Dolgov <[email protected]>2006-03-20 15:45:55 +0100
commit2055d4a6dcbfd7d0e791c37bd88db7100052fa3a (patch)
tree0913f31034690106fbf41cb40419203bdde8626d /tt-rss.css
parentad815c71ea70998c1fab0de1fd74e5507799cd60 (diff)
hide load progress
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css16
1 files changed, 16 insertions, 0 deletions
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;
+}