summaryrefslogtreecommitdiff
path: root/share/www/style
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2010-07-21 15:43:07 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2010-07-21 15:43:07 +0000
commit6bd11d1195f63380bcfd4a1ac6aa6a10700ad5f2 (patch)
treea11960fd717b3cd70c5e2412245f28f316ab39db /share/www/style
parent5fc1e706ee5015e6a555f46a5eea601b4ec3bf63 (diff)
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
Diffstat (limited to 'share/www/style')
-rw-r--r--share/www/style/layout.css7
1 files changed, 7 insertions, 0 deletions
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;