summaryrefslogtreecommitdiffstats
path: root/themes/default/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/stylesheet.css')
-rw-r--r--themes/default/stylesheet.css5
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 {