summaryrefslogtreecommitdiff
path: root/share/www/style
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-08-30 21:09:31 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-08-30 21:09:31 +0000
commit796a66de5f10b219c5ed196a8c97ed4bd3a227a2 (patch)
treec7283a48b96f9f28b4a815ca47ebbee7064e0732 /share/www/style
parentc5a79c36f230b69e5ad810474316a52474bc4ad9 (diff)
Implement attachment uploading in Futon.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r--share/www/style/layout.css7
1 files changed, 6 insertions, 1 deletions
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;