fix spelling in welcome.tpl
[phpfspot.git] / themes / default / stylesheet.css
index ebe989261722199f531041d801ada9c5a46df3b7..e9a505c7ec5b1368dde502ecdb9c4d9ae5e4ad53 100644 (file)
@@ -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;