summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-10-06 16:13:20 +0200
committerJonas Smedegaard <dr@jones.dk>2021-03-24 15:46:07 +0100
commitcc9a73aecb3ef20b3bcad86f15ae0b62cdc7870a (patch)
tree3f0c58ac4b4b461c01e0d19c71ea2e96c4996cc1
parent1f51c5084d7cd0aa23a8e0d4725291fd1c856ec9 (diff)
sync default styling with ikiwiki 3.20110905
-rw-r--r--default/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/default/style.css b/default/style.css
index fcf39be..7bbfe5d 100644
--- a/default/style.css
+++ b/default/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);
+}