diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-01 19:18:53 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-01 19:18:53 +0200 |
commit | 06e07c45d3ae47d1126230ca5bae0f9d5a708e15 (patch) | |
tree | 92faa5ab2f5d4071864c74fffbb37f6d42cebfa3 /themes/default | |
parent | 10509074c0b749564f0a0327f3b11fda994d36c1 (diff) |
issue114, further pimped loading-notification
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/stylesheet.css | 5 |
1 files changed, 4 insertions, 1 deletions
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 { |