summaryrefslogtreecommitdiff
path: root/share/www/style
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2010-07-21 15:56:53 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2010-07-21 15:56:53 +0000
commit1ae01c6a2646681355b174e2f85a51086a9df41c (patch)
tree702201854f9fa617bac9a1213c8532d1db2bcd3a /share/www/style
parentb6cd81b7f0e85c7b3a976c9ffb436562449a04da (diff)
Merge revision 966283 from trunk:
Add "Stale views" checkbox to Futon's database pages. Closes COUCHDB-550. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@966288 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;