Skip to content

Commit

Permalink
Fix glitch in progress spinner gif.
Browse files Browse the repository at this point in the history
This is a backport of 1095557 from trunk.



git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1095565 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davisp committed Apr 20, 2011
1 parent ca7b9f7 commit 52070b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions THANKS
Expand Up @@ -71,5 +71,6 @@ suggesting improvements or submitting changes. Some of these people are:
* Gabriel Farrell <gsf747@gmail.com>
* Mike Leddy <mike@loop.com.br>
* Felix Hummel <apache@felixhummel.de>
* Nathan Vander Wilt <natevw@yahoo.com>

For a list of authors see the `AUTHORS` file.
Binary file added share/www/image/spinner_33.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added share/www/image/spinner_6b.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions share/www/style/layout.css
Expand Up @@ -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; }
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -615,4 +615,4 @@ form#replicator p.actions { padding: 1px; clear: left; margin: 0;
/* Session */
#loginSignup {
font-size:200%;
}
}

0 comments on commit 52070b2

Please sign in to comment.