diff options
author | Christopher Lenz <cmlenz@apache.org> | 2010-01-19 22:58:32 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2010-01-19 22:58:32 +0000 |
commit | f5c66809addd233b1ba579a76fc30ab0e6fa4e08 (patch) | |
tree | f4be9c9be97a7bed419274baeef5f4db286c9c36 /share | |
parent | ca66fa917c8e297e1403dc916de96f50130af270 (diff) |
Minor Futon style tweaks.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@900997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r-- | share/www/image/spinner.gif | bin | 1849 -> 1849 bytes | |||
-rw-r--r-- | share/www/style/layout.css | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/share/www/image/spinner.gif b/share/www/image/spinner.gif Binary files differindex 19a8d4df..f27d7cd4 100644 --- a/share/www/image/spinner.gif +++ b/share/www/image/spinner.gif diff --git a/share/www/style/layout.css b/share/www/style/layout.css index bf4eaa66..e6ce26b9 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -262,9 +262,9 @@ body.fullwidth #wrap { margin-right: 0; } *html #dialog { width: 33em; } #dialog.loading { width: 220px; height: 80px; } #dialog.loaded { background-image: none; } -#dialog h2 { background: #666 right center no-repeat; +#dialog h2 { background: #666 98% 50% no-repeat; border-top: 1px solid #555; border-bottom: 1px solid #777; color: #ccc; - font-size: 110%; font-weight: bold; margin: 0 -2em; padding: .35em 2em; + font-size: 110%; font-weight: bold; margin: 0 -1em; padding: .35em 1em; } body.loading #dialog h2 { background-image: url(../image/spinner.gif); @@ -491,7 +491,7 @@ body.loading #dialog h2 { #fields tbody.content td ul.attachments li { margin-bottom: .3em; min-height: 20px; padding-left: 20px; } -#fields tbody.content td ul.attachments tt { font-size: 95%; } +#fields tbody.content td ul.attachments tt { font-size: 11px; } #fields tbody.content td ul.attachments li span.info { color: #666; display: block; font-size: 95%; } |