summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2010-02-22 15:20:25 +0000
committerChristopher Lenz <cmlenz@apache.org>2010-02-22 15:20:25 +0000
commite04e611597854d1fef2748d110f50d992434705d (patch)
tree1d8c8e516f15026518f85fbd56be650b093f62c3
parenta4af409b04f535c09fca9b3db96caa3d7486c309 (diff)
Add a proper icon for the security button.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@912608 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--share/Makefile.am1
-rw-r--r--share/www/image/key.pngbin0 -> 859 bytes
-rw-r--r--share/www/style/layout.css2
3 files changed, 2 insertions, 1 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 5343801f..d917e389 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -64,6 +64,7 @@ nobase_dist_localdata_DATA = \
www/image/delete.png \
www/image/grippie.gif \
www/image/hgrad.gif \
+ www/image/key.png \
www/image/load.png \
www/image/logo.png \
www/image/order-asc.gif \
diff --git a/share/www/image/key.png b/share/www/image/key.png
new file mode 100644
index 00000000..e04ed108
--- /dev/null
+++ b/share/www/image/key.png
Binary files differ
diff --git a/share/www/style/layout.css b/share/www/style/layout.css
index 30c21824..669bf8f7 100644
--- a/share/www/style/layout.css
+++ b/share/www/style/layout.css
@@ -236,7 +236,7 @@ body.fullwidth #wrap { margin-right: 0; }
#toolbar button:hover { background-position: 2px -30px; color: #000; }
#toolbar button:active { background-position: 2px -62px; color: #000; }
#toolbar button.add { background-image: url(../image/add.png); }
-#toolbar button.security { background-image: url(../image/compact.png); }
+#toolbar button.security { background-image: url(../image/key.png); }
#toolbar button.compact { background-image: url(../image/compact.png); }
#toolbar button.delete { background-image: url(../image/delete.png); }
#toolbar button.load { background-image: url(../image/load.png); }