From 796a66de5f10b219c5ed196a8c97ed4bd3a227a2 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Sat, 30 Aug 2008 21:09:31 +0000 Subject: Implement attachment uploading in Futon. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690590 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 0e6e44c2..ec13b27d 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -198,7 +198,7 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; width: expression(document.body.clientWidth + 'px'); height: expression(document.body.clientHeight + 'px'); } -#dialog { background: #333 url(../image/progress.gif) 50% 50% no-repeat; +#dialog { background: #333 url(../image/progress.gif) 50% 50% no-repeat; color: #f4f4f4; overflow: hidden; opacity: .95; max-width: 33em; padding: 1em 1em 0; -moz-border-radius: 7px; -webkit-border-radius: 7px; -webkit-box-shadow: 4px 4px 6px #333; @@ -237,6 +237,11 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; #dialog .buttons button:hover { background: #555; } #dialog .buttons button:active { background: #333; color: #fff; } +#dialog fieldset td#progress { + background: url(../image/progress.gif) 50% 50% no-repeat; + visibility: hidden; +} + /* View selector */ #switch { color: #666; float: right; font-size: 90%; font-weight: bold; -- cgit v1.2.3