From 70155ce87a85a5b70a225f350863e7ed50097345 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Tue, 16 Sep 2008 20:24:48 +0000 Subject: Add HTTP API for getting the complete config, and add a page to Futon that displays the configuration. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@696041 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index ec13b27d..7b0aeb04 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -459,6 +459,18 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; background-image: url(../image/test_failure.gif); color: #c00; } +/* Configuration */ + +table#config tbody th { background: #e6e6e6; border-right: none; + border-top: 1px solid #d9d9d9; +} +table#config tbody td.name { border-left: 1px solid #d9d9d9; color: #333; + font-weight: bold; +} +table#config tbody td.value { + font-family: "DejaVu Sans Mono",Monaco,monospace; +} + /* Replication */ form#replicator { background: #f4f4f4; border: 1px solid; -- cgit v1.2.3