diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-01-26 22:10:58 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-01-26 22:10:58 +0000 |
commit | 482d19963237d4640e08bbb25585f2016328a004 (patch) | |
tree | a32c6fd53e2361507e012a5e6791503c9de0fff6 /share/www/style/layout.css | |
parent | cbd43c6bbc72360bd15cfeca87ef6ac85493988b (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/layout.css')
-rw-r--r-- | share/www/style/layout.css | 2 |
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, |