Author: davisp
Date: Wed Apr 20 23:53:48 2011
New Revision: 1095564
URL: http://svn.apache.org/viewvc?rev=1095564&view=rev
Log:
Fix glitch in progress spinner gif.
This is a backport of 1095557 from trunk.
Added:
couchdb/branches/1.1.x/share/www/image/spinner_33.gif
- copied unchanged from r1095557, couchdb/trunk/share/www/image/spinner_33.gif
couchdb/branches/1.1.x/share/www/image/spinner_6b.gif
- copied unchanged from r1095557, couchdb/trunk/share/www/image/spinner_6b.gif
Modified:
couchdb/branches/1.1.x/ (props changed)
couchdb/branches/1.1.x/THANKS
couchdb/branches/1.1.x/etc/default/couchdb (props changed)
couchdb/branches/1.1.x/share/www/style/layout.css
Propchange: couchdb/branches/1.1.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Apr 20 23:53:48 2011
@@ -6,4 +6,4 @@
/couchdb/branches/list-iterator:782292-784593
/couchdb/branches/tail_header:775760-778477
/couchdb/tags/0.10.0:825400
-/couchdb/trunk:1045203,1064417,1081107-1083320,1095523
+/couchdb/trunk:1045203,1064417,1081107-1083320,1095523,1095557
Modified: couchdb/branches/1.1.x/THANKS
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/THANKS?rev=1095564&r1=1095563&r2=1095564&view=diff
==============================================================================
--- couchdb/branches/1.1.x/THANKS (original)
+++ couchdb/branches/1.1.x/THANKS Wed Apr 20 23:53:48 2011
@@ -78,5 +78,6 @@ suggesting improvements or submitting ch
* Felix Hummel <apache@felixhummel.de>
* Tim Smith <tim@couchbase.com>
* Sam Bisbee <sam@sbisbee.com>
+ * Nathan Vander Wilt <natevw@yahoo.com>
For a list of authors see the `AUTHORS` file.
Propchange: couchdb/branches/1.1.x/etc/default/couchdb
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Apr 20 23:53:48 2011
@@ -6,5 +6,5 @@
/couchdb/branches/list-iterator/etc/default/couchdb:782292-784593
/couchdb/branches/tail_header/etc/default/couchdb:775760-778477
/couchdb/tags/0.10.0/etc/default/couchdb:825400
-/couchdb/trunk/etc/default/couchdb:1045203,1064417,1081107-1083320,1095523
+/couchdb/trunk/etc/default/couchdb:1045203,1064417,1081107-1083320,1095523,1095557
/incubator/couchdb/trunk/etc/default/couchdb:642419-694440
Modified: couchdb/branches/1.1.x/share/www/style/layout.css
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/share/www/style/layout.css?rev=1095564&r1=1095563&r2=1095564&view=diff
==============================================================================
--- couchdb/branches/1.1.x/share/www/style/layout.css (original)
+++ couchdb/branches/1.1.x/share/www/style/layout.css Wed Apr 20 23:53:48 2011
@@ -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
/* Session */
#loginSignup {
font-size:200%;
-}
\ No newline at end of file
+}
|