From 77473d79f5b0d9362fb3b7fb00a5725ad000de12 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Sat, 12 Dec 2009 00:08:47 +0000 Subject: Futon: Improve display of multi-line strings in tabular document view. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@889867 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 8be40b95..1d9a7873 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -427,6 +427,7 @@ body.fullwidth #wrap { margin-right: 0; } #fields tbody.content td code { display: block; font-size: 11px; padding: 2px 2px 2px 3px; position: relative; } +#fields tbody.content td code.string { white-space: pre-wrap; } #fields tbody.content td code.string:before { color: #ccc; content: "“"; position: absolute; left: -4px; } @@ -448,9 +449,7 @@ body.fullwidth #wrap { margin-right: 0; } float: left; margin-left: 0; padding-left: 2px; padding-right: .5em; padding-top: 2px; } -#fields tbody.content td dd code.string { left: 4px; text-indent: -6px; - white-space: pre-wrap; -} +#fields tbody.content td dd code.string { left: 4px; text-indent: -6px; } #fields tbody.content td dd code.string:before { position: static; } #fields tbody.content input, #fields tbody.content textarea, #fields tbody.source textarea { -- cgit v1.2.3