load attachment javascript into template the clean way
[ikiwiki.git] / doc / style.css
index fcf39be6a74aa6a0569a0d1b66068d4ca5936547..42985c9f44be828aa36e83912ed64dbd5cce123d 100644 (file)
@@ -493,3 +493,11 @@ a.openid_large_btn:focus {
 .openid_selected {
        border: 4px solid #DDD;
 }
 .openid_selected {
        border: 4px solid #DDD;
 }
+
+.fileupload-content .ui-progressbar {
+       width: 200px;
+       height: 20px;
+}
+.fileupload-content .ui-progressbar-value {
+       background: url(ikiwiki/pbar-ani.gif);
+}