From 482d19963237d4640e08bbb25585f2016328a004 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Mon, 26 Jan 2009 22:10:58 +0000 Subject: Rename 'Custom query' in Futon to 'Temporary view', and add a warning about the use of temp views. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@737893 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index b4d20322..0971c2ee 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -332,6 +332,8 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; #viewcode.collapsed .top span { background-position: 0 3px; } #viewcode.collapsed table, #viewcode.collapsed .bottom { display: none; } +#tempwarn { display: none; font-size: 90%; margin: 0 2em 1.5em; } + /* Database table */ #databases thead th.size, #databases thead th.count, #databases thead th.seq, -- cgit v1.2.3