summaryrefslogtreecommitdiff
path: root/share/www
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2011-04-20 23:53:48 +0000
committerPaul Joseph Davis <davisp@apache.org>2011-04-20 23:53:48 +0000
commit89308173c942b269193bb91a04a7656e387cafdc (patch)
treed711d67cd8fa9efb5642bfff660da2c0d60b5d3e /share/www
parent8daab467c6ba65ae1f619a8e043f7889c51901a0 (diff)
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
Diffstat (limited to 'share/www')
-rw-r--r--share/www/image/spinner_33.gifbin0 -> 2987 bytes
-rw-r--r--share/www/image/spinner_6b.gifbin0 -> 2969 bytes
-rw-r--r--share/www/style/layout.css6
3 files changed, 3 insertions, 3 deletions
diff --git a/share/www/image/spinner_33.gif b/share/www/image/spinner_33.gif
new file mode 100644
index 00000000..5ad51927
--- /dev/null
+++ b/share/www/image/spinner_33.gif
Binary files differ
diff --git a/share/www/image/spinner_6b.gif b/share/www/image/spinner_6b.gif
new file mode 100644
index 00000000..4e3d9725
--- /dev/null
+++ b/share/www/image/spinner_6b.gif
Binary files 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
+}