From 7d2eeb4026f84d92e43856080ac3dbad6da41817 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Mon, 26 Jan 2009 20:38:52 +0000 Subject: Add a page to Futon that shows the currently active tasks (compaction, view indexing, etc). git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@737829 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 0d63d934..b4d20322 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -517,3 +517,16 @@ form#replicator p.swap button:hover { color: #000; } form#replicator p.actions { padding: 1px; clear: left; margin: 0; text-align: right; } + +/* Active tasks */ + +#interval { color: #666; float: right; font-size: 90%; font-weight: bold; + line-height: 16px; padding: 5px; +} +#interval input { vertical-align: top; } +#interval .secs { display: inline-block; width: 2em; text-align: right; } + +#status tr.none th { color: #666; font-weight: normal; } +#status td.object, #status td.pid { + font-family: "DejaVu Sans Mono",Monaco,monospace; font-size: 11px; +} -- cgit v1.2.3