diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-01-05 18:11:58 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-01-05 18:11:58 +0000 |
commit | 3a1f041e07c75001cf52cbae1391dcd801c17396 (patch) | |
tree | 749cf6441f847bea450f007b46b01a506beb4a58 /share/www/style | |
parent | 47d4f324ec2fe0e4ab907b8a023bc689c8192fb1 (diff) |
merge account branch to apache branch
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/account@896158 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 94e59746..b07a59e5 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -211,7 +211,9 @@ body.fullwidth #sidebar { border-bottom: 1px solid #333; right: 0; font-size: 80%; opacity: .7; padding: 5px 10px; position: absolute; right: 0; bottom: 0; min-height: 1.3em; width: 190px; text-align: right; } -#footer :link, #footer :visited { color: #000; } +#footer .couch :link, #footer .couch :visited { color: #000; } + +#userCtx span { display:none; } #wrap { background: #fff url(../image/bg.png) 100% 0 repeat-y; height: 100%; margin-right: 210px; position: relative; @@ -258,12 +260,19 @@ body.fullwidth #wrap { margin-right: 0; } -webkit-box-shadow: 4px 4px 6px #333; } *html #dialog { width: 33em; } +body.loading #dialog h2 { + background: url(../image/spinner.gif) center no-repeat; +} #dialog.loading { width: 220px; height: 80px; } #dialog.loaded { background-image: none; } #dialog h2 { background: #666; border-top: 1px solid #555; border-bottom: 1px solid #777; color: #ccc; font-size: 110%; font-weight: bold; margin: 0 -2em; padding: .35em 2em; } +#dialog h3 { + color: #ccc; font-size: 110%; + font-weight: bold; margin: 0 -2em; padding: .35em 2em; +} #dialog fieldset { background: #222; border-top: 1px solid #111; margin: 0 0 1em; padding: .5em 1em 1em; -moz-border-radius-bottomleft: 7px; -moz-border-radius-bottomright: 7px; |