summaryrefslogtreecommitdiff
path: root/share/www/style/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/style/layout.css')
-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; }