summaryrefslogtreecommitdiff
path: root/share/www/style
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-05-23 11:28:10 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-05-23 11:28:10 +0000
commit51fbc48aedac2e3db1af3126f646092ca5ce5a8b (patch)
tree6ba2408503391e82183769868a585a8287fef4b7 /share/www/style
parent0de41589080a9ebbd172e96a3d2130591c671898 (diff)
Futon changes to correctly display reduce results.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659505 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r--share/www/style/layout.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css
index c899198d..13dfbcaf 100644
--- a/share/www/style/layout.css
+++ b/share/www/style/layout.css
@@ -308,6 +308,12 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight;
}
#documents tbody.content td.value { font-size: 10px; }
+#documents.reduced th.key, #documents.reduced td.key,
+#documents.reduced #paging {
+ display: none;
+}
+#documents.reduced td.value { white-space: pre; }
+
/* Document fields table */
#fields { table-layout: fixed; }