diff options
author | Robert Newson <robert.newson@cloudant.com> | 2011-06-13 14:59:55 +0100 |
---|---|---|
committer | Robert Newson <robert.newson@cloudant.com> | 2011-06-13 14:59:55 +0100 |
commit | e9a5a6f90a021db1db8a7e55ec797a4c86edcad6 (patch) | |
tree | 06d0c28969cfcf54b2f137e7407b097f73aa0f21 /rel/overlay/share/www/style/layout.css | |
parent | 266ba88ac6ded40087e0211ad9e75e4ce64e66cb (diff) | |
parent | 3c1a0d7e2c9adef4f8b20c9df205a86e5c0feefb (diff) |
Merge CouchDB 1.1
Diffstat (limited to 'rel/overlay/share/www/style/layout.css')
-rw-r--r-- | rel/overlay/share/www/style/layout.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rel/overlay/share/www/style/layout.css b/rel/overlay/share/www/style/layout.css index a8abd491..331e0369 100644 --- a/rel/overlay/share/www/style/layout.css +++ b/rel/overlay/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; } @@ -55,7 +55,7 @@ code.null { color: #666; } button { font-size: 100%; -webkit-appearance: square-button; } button[disabled] { color: #999; } input, select, textarea { background: #fff; border: 1px solid; - border-color: #999 #ddd #ddd #999; margin: 0; padding: 1px; + border-color: #999 #ddd #ddd #999; color: #000; margin: 0; padding: 1px; } input.placeholder { color: #999; } textarea { @@ -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; |