aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-16 13:05:05 -0400
committerJoey Hess <joey@kitenet.net>2011-06-16 13:05:05 -0400
commit6d80bdda7c0cea5fa538733d5ed5c510bb7b1ee1 (patch)
tree006ed4460a76e6473f4e5a1a1465e6598f759d00 /doc
parent107583ff7b8cf521459b3e38c8708cb7bf5f3fc1 (diff)
parent6ebb4e262ef70ec85436b7f0bff134009ce08f3b (diff)
downloadikiwiki-6d80bdda7c0cea5fa538733d5ed5c510bb7b1ee1.tar
ikiwiki-6d80bdda7c0cea5fa538733d5ed5c510bb7b1ee1.tar.gz
Merge branch 'tova'
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index fcf39be6a..7bbfe5d2a 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -493,3 +493,11 @@ a.openid_large_btn:focus {
.openid_selected {
border: 4px solid #DDD;
}
+
+.fileupload-content .ui-progressbar {
+ width: 200px;
+ height: 20px;
+}
+.fileupload-content .ui-progressbar-value {
+ background: url(ikiwiki/images/pbar-ani.gif);
+}