summaryrefslogtreecommitdiff
path: root/share/www/style
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-01-02 19:01:25 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-01-02 19:01:25 +0000
commit22da1e28bd68084cc5e13feab81db445775c6429 (patch)
tree0a6d79bda5665bf39cf7789702012d3d0ff98d57 /share/www/style
parent6bd4afc34d12f96b3872e6b0bc028ad7f01b579c (diff)
add button to cleanup old view files. closes COUCHDB-610. thanks Ilia Cheishvili
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@895262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r--share/www/style/layout.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css
index 1d9a7873..94e59746 100644
--- a/share/www/style/layout.css
+++ b/share/www/style/layout.css
@@ -235,6 +235,7 @@ body.fullwidth #wrap { margin-right: 0; }
#toolbar button:active { background-position: 2px -62px; color: #000; }
#toolbar button.add { background-image: url(../image/add.png); }
#toolbar button.compact { background-image: url(../image/compact.png); }
+#toolbar button.viewcleanup { background-image: url(../image/compact.png); }
#toolbar button.compactview { background-image: url(../image/compact.png); }
#toolbar button.delete { background-image: url(../image/delete.png); }
#toolbar button.load { background-image: url(../image/load.png); }