From f5c66809addd233b1ba579a76fc30ab0e6fa4e08 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Tue, 19 Jan 2010 22:58:32 +0000 Subject: Minor Futon style tweaks. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@900997 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/www/style') 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%; } -- cgit v1.2.3