From 5f4c939168b3e3ece0bb34026528f5e6522b9d59 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 6 Oct 2011 16:08:15 +0200 Subject: Sync with ikiwiki 3.20110905. --- actiontabs/style.css | 8 ++++++++ blueview/style.css | 8 ++++++++ goldtype/style.css | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/actiontabs/style.css b/actiontabs/style.css index d49f242..70890d5 100644 --- a/actiontabs/style.css +++ b/actiontabs/style.css @@ -493,6 +493,14 @@ 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); +} /* actiontabs theme for ikiwiki * * by svend diff --git a/blueview/style.css b/blueview/style.css index 9853d82..3c628dd 100644 --- a/blueview/style.css +++ b/blueview/style.css @@ -493,6 +493,14 @@ 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); +} /* bzed theme for ikiwiki * * Copyright (C) 2010 Bernd Zeimetz diff --git a/goldtype/style.css b/goldtype/style.css index 56f4f21..fcf07f7 100644 --- a/goldtype/style.css +++ b/goldtype/style.css @@ -493,6 +493,14 @@ 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); +} /* bzed theme for ikiwiki * * Copyright (C) 2010 Bernd Zeimetz -- cgit v1.2.3 From febedcab5dbc21087479a070033ef6b2225db83a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 6 Oct 2011 16:13:20 +0200 Subject: Sync default styling with ikiwiki 3.20110905. --- default/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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); +} -- cgit v1.2.3 From 079b7a3b8cb34f2d2c24202a6c91ec5b912c029a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 6 Oct 2011 16:16:56 +0200 Subject: TopGit: Depend only on fixup. --- .topdeps | 2 -- 1 file changed, 2 deletions(-) diff --git a/.topdeps b/.topdeps index 41200cc..d9c8f67 100644 --- a/.topdeps +++ b/.topdeps @@ -1,3 +1 @@ -ikiwiki -default fixup -- cgit v1.2.3