From 89308173c942b269193bb91a04a7656e387cafdc Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Wed, 20 Apr 2011 23:53:48 +0000 Subject: Fix glitch in progress spinner gif. This is a backport of 1095557 from trunk. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1095564 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/image/spinner_33.gif | Bin 0 -> 2987 bytes share/www/image/spinner_6b.gif | Bin 0 -> 2969 bytes share/www/style/layout.css | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 share/www/image/spinner_33.gif create mode 100644 share/www/image/spinner_6b.gif (limited to 'share/www') diff --git a/share/www/image/spinner_33.gif b/share/www/image/spinner_33.gif new file mode 100644 index 00000000..5ad51927 Binary files /dev/null and b/share/www/image/spinner_33.gif differ diff --git a/share/www/image/spinner_6b.gif b/share/www/image/spinner_6b.gif new file mode 100644 index 00000000..4e3d9725 Binary files /dev/null and b/share/www/image/spinner_6b.gif differ diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 4fff4980..25195e8a 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -39,7 +39,7 @@ h1 :link.raw, h1 :visited.raw { right: 20px; width: 35px; height: 100%; padding: 0; margin: 0; } body.loading h1 strong { - background: url(../image/spinner.gif) right center no-repeat; + background: url(../image/spinner_33.gif) right center no-repeat; } hr { border: 1px solid #999; border-width: 1px 0 0; } @@ -268,7 +268,7 @@ body.fullwidth #wrap { margin-right: 0; } font-size: 110%; font-weight: bold; margin: 0 -1em; padding: .35em 1em; } body.loading #dialog h2 { - background-image: url(../image/spinner.gif); + background-image: url(../image/spinner_6b.gif); } #dialog h3 { color: #ccc; font-size: 100%; font-weight: bold; margin: 0 -2em; padding: .35em 2em 0; @@ -615,4 +615,4 @@ form#replicator p.actions { padding: 1px; clear: left; margin: 0; /* Session */ #loginSignup { font-size:200%; -} \ No newline at end of file +} -- cgit v1.2.3