diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-15 19:08:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-15 19:08:40 -0400 |
commit | e2b43578a677894d23fa526d9201e5a89b231abc (patch) | |
tree | cd59dc2071520757b616d038e8c27ac6a0195bc4 /doc | |
parent | 3a939f05c509ef57740d6524c785667e36ccff24 (diff) | |
download | ikiwiki-e2b43578a677894d23fa526d9201e5a89b231abc.tar ikiwiki-e2b43578a677894d23fa526d9201e5a89b231abc.tar.gz |
load attachment javascript into template the clean way
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index fcf39be6a..42985c9f4 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/pbar-ani.gif); +} |