diff options
Diffstat (limited to 'themes/default/stylesheet.css')
-rw-r--r-- | themes/default/stylesheet.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index ebe9892..e9a505c 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -163,6 +163,18 @@ div.thumb a.thumblink:hover { margin-right: 20px; } +#HTML_AJAX_LOADING { + position: fixed; + z-index: 1000; + top: 90px; + right: 10px; + background-color: #ffffff; + padding: 10px; + -moz-border-radius: 1em; + border-radius: 1em; + border: dashed 1px #aaaaaa; +} + #available_tags,#selected_tags { clip: auto; overflow: auto; |