X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/230b7d4d6e1a87bc5e18eb6c6155cc45957cff70..273bdc47f8447cbeff4e2c064bbe8fcbacee1a31:/doc/style.css

diff --git a/doc/style.css b/doc/style.css
index 922b82a75..7bbfe5d2a 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -247,6 +247,9 @@ span.color {
 .comment-subject {
 	font-weight: bold;
 }
+.comment-avatar {
+	float: right;
+}
 .comment {
 	border: 1px solid #aaa;
 	padding: 3px;
@@ -485,8 +488,16 @@ a.openid_large_btn:focus {
 	outline: none;
 }
 a.openid_large_btn:focus {
-	-moz-outline-style: none;
+	outline-style: none;
 }
 .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);
+}