From 2e92c3cceb30a57e2ef53f71bfeb7fe2b803774e Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 3 Aug 2010 14:05:58 +0200 Subject: [PATCH] loading overlay fix --- redakcja/static/css/filelist.css | 7 ++++++- redakcja/templates/base.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index c398c45e..b2f51ed2 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -64,4 +64,9 @@ a, a:visited, a:active { a:hover { text-decoration: underline; -} \ No newline at end of file +} + + +#loading-overlay { + display: none; +} diff --git a/redakcja/templates/base.html b/redakcja/templates/base.html index 749fd2a6..971213fe 100644 --- a/redakcja/templates/base.html +++ b/redakcja/templates/base.html @@ -10,7 +10,7 @@ -