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 +++++++++ 1 file changed, 9 insertions(+) (limited to 'themes/default/stylesheet.css') 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; -- cgit v1.2.3-18-g5258 From 06e07c45d3ae47d1126230ca5bae0f9d5a708e15 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 1 Apr 2008 19:18:53 +0200 Subject: issue114, further pimped loading-notification Signed-off-by: Andreas Unterkircher --- themes/default/stylesheet.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'themes/default/stylesheet.css') diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 4a127e8..e9a505c 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -166,10 +166,13 @@ div.thumb a.thumblink:hover { #HTML_AJAX_LOADING { position: fixed; z-index: 1000; - top: 80px; + top: 90px; right: 10px; background-color: #ffffff; padding: 10px; + -moz-border-radius: 1em; + border-radius: 1em; + border: dashed 1px #aaaaaa; } #available_tags,#selected_tags { -- cgit v1.2.3-18-g5258