You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2011/04/21 01:30:48 UTC

svn commit: r1095557 - in /couchdb/trunk: THANKS share/www/image/spinner_33.gif share/www/image/spinner_6b.gif share/www/style/layout.css

Author: davisp
Date: Wed Apr 20 23:30:47 2011
New Revision: 1095557

URL: http://svn.apache.org/viewvc?rev=1095557&view=rev
Log:
Fix glitch in progress spinner gif.

Thanks to Nathan Vander Wilt for the updated gifs.

Closes COUCHDB-984


Added:
    couchdb/trunk/share/www/image/spinner_33.gif   (with props)
    couchdb/trunk/share/www/image/spinner_6b.gif   (with props)
Modified:
    couchdb/trunk/THANKS
    couchdb/trunk/share/www/style/layout.css

Modified: couchdb/trunk/THANKS
URL: http://svn.apache.org/viewvc/couchdb/trunk/THANKS?rev=1095557&r1=1095556&r2=1095557&view=diff
==============================================================================
--- couchdb/trunk/THANKS (original)
+++ couchdb/trunk/THANKS Wed Apr 20 23:30:47 2011
@@ -81,5 +81,6 @@ suggesting improvements or submitting ch
  * Tim Smith <ti...@couchbase.com>
  * Dipesh Patel <di...@googlemail.com>
  * Sam Bisbee <sa...@sbisbee.com>
+ * Nathan Vander Wilt <na...@yahoo.com>
 
 For a list of authors see the `AUTHORS` file.

Added: couchdb/trunk/share/www/image/spinner_33.gif
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/image/spinner_33.gif?rev=1095557&view=auto
==============================================================================
Binary file - no diff available.

Propchange: couchdb/trunk/share/www/image/spinner_33.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: couchdb/trunk/share/www/image/spinner_6b.gif
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/image/spinner_6b.gif?rev=1095557&view=auto
==============================================================================
Binary file - no diff available.

Propchange: couchdb/trunk/share/www/image/spinner_6b.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: couchdb/trunk/share/www/style/layout.css
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/style/layout.css?rev=1095557&r1=1095556&r2=1095557&view=diff
==============================================================================
--- couchdb/trunk/share/www/style/layout.css (original)
+++ couchdb/trunk/share/www/style/layout.css Wed Apr 20 23:30:47 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
+}