From fb7df61d1e9b77181a69169311133df355e66eea Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 30 Mar 2008 09:52:53 +0200 Subject: issue114, pimp AJAX-loading notification Signed-off-by: Andreas Unterkircher --- themes/default/stylesheet.css | 9 +++++++++ themes/default/templates/index.tpl | 6 ++++++ 2 files changed, 15 insertions(+) (limited to 'themes/default') diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index ebe9892..4a127e8 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -163,6 +163,15 @@ div.thumb a.thumblink:hover { margin-right: 20px; } +#HTML_AJAX_LOADING { + position: fixed; + z-index: 1000; + top: 80px; + right: 10px; + background-color: #ffffff; + padding: 10px; +} + #available_tags,#selected_tags { clip: auto; overflow: auto; diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl index be8ba6c..0bd7a7b 100644 --- a/themes/default/templates/index.tpl +++ b/themes/default/templates/index.tpl @@ -1,6 +1,12 @@ {include file="header.tpl"} + + +
+   Loading... +
+