From 5ad12f26e8288a0bc4ae061b9c2f0465d1ada95d Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Thu, 10 Dec 2009 13:27:42 +0000 Subject: Add a "Reduce" checkbox to the database view page in Futon, which controls the `reduce=true|false` query string parameter. I had to add `reduce=false` support for temp views on the server side to make the feature not-confusing. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@889256 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 4a8e6d67..222bdc82 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -376,6 +376,9 @@ body.fullwidth #wrap { margin-right: 0; } /* Documents table */ #documents thead th { width: 50%; } +#documents thead th.value label { float: right; font-size: 90%; + text-shadow: none; +} #documents tbody.content td { color: #999; font: normal 11px "DejaVu Sans Mono",Menlo,Courier,monospace; } -- cgit v1.2.3