From 6bd11d1195f63380bcfd4a1ac6aa6a10700ad5f2 Mon Sep 17 00:00:00 2001 From: Filipe David Borba Manana Date: Wed, 21 Jul 2010 15:43:07 +0000 Subject: Add "Stale views" checkbox to Futon's database pages. Closes COUCHDB-550. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@966283 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 191f3874..a8abd491 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -324,6 +324,13 @@ body.loading #dialog h2 { } #switch select { font-size: 90%; } +/* Stale views checkbox */ + +#staleviews { + color: #666; float: right; font-size: 90%; + font-weight: bold; line-height: 16px; padding: 5px; +} + /* View function editing */ #viewcode { background: #fff; border: 1px solid; -- cgit v1.2.3