summaryrefslogtreecommitdiff
path: root/share/www/style
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2009-01-26 22:10:58 +0000
committerChristopher Lenz <cmlenz@apache.org>2009-01-26 22:10:58 +0000
commit482d19963237d4640e08bbb25585f2016328a004 (patch)
treea32c6fd53e2361507e012a5e6791503c9de0fff6 /share/www/style
parentcbd43c6bbc72360bd15cfeca87ef6ac85493988b (diff)
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
Diffstat (limited to 'share/www/style')
-rw-r--r--share/www/style/layout.css2
1 files changed, 2 insertions, 0 deletions
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,