summaryrefslogtreecommitdiff
path: root/share/www/style
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2009-01-21 19:40:19 +0000
committerChristopher Lenz <cmlenz@apache.org>2009-01-21 19:40:19 +0000
commit03d03bdaf3d86de48444ca768a024362fa63ca24 (patch)
tree8323822cd8724d325a0a874dd5690116a04d9dc1 /share/www/style
parenta3fec89cdff0deda1c30d15bd0503af2f9b824e2 (diff)
Add caching to the Futon autocompletion feature, and fix the positioning code.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@736387 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r--share/www/style/layout.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css
index c36892dd..0d63d934 100644
--- a/share/www/style/layout.css
+++ b/share/www/style/layout.css
@@ -142,8 +142,8 @@ div.grippie { background: #e9e9e9 url(../image/grippie.gif) 50% 50% no-repeat;
/* Suggest results */
ul.suggest-dropdown { border: 1px solid #999; background-color: #eee;
- padding: 0; margin: 0; list-style: none; opacity: .85; position: absolute;
- z-index: 10000; display: none; -webkit-box-shadow: 2px 2px 10px #333;
+ padding: 0; margin: 0; list-style: none; opacity: .85;
+ -webkit-box-shadow: 2px 2px 10px #333;
}
ul.suggest-dropdown li { padding: 2px 5px; white-space: nowrap; color: #101010;
text-align: left;
@@ -256,8 +256,8 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight;
#dialog fieldset th { color: #999; font-weight: bold;
text-align: right;
}
-#dialog fieldset input { background: #e9e9e9; vertical-align: middle; }
-#dialog fieldset input.error { background: #f9e4e4; }
+#dialog fieldset input { background-color: #e9e9e9; vertical-align: middle; }
+#dialog fieldset input.error { background-color: #f9e4e4; }
#dialog fieldset div.error { padding-top: .3em; color: #b33; }
#dialog .buttons { padding: 0 .5em .5em; text-align: right; }
#dialog .buttons button { background: #444; border: 1px solid #aaa;