You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by cm...@apache.org on 2010/02/22 16:20:31 UTC

svn commit: r912608 - in /couchdb/trunk/share: Makefile.am www/image/key.png www/style/layout.css

Author: cmlenz
Date: Mon Feb 22 15:20:25 2010
New Revision: 912608

URL: http://svn.apache.org/viewvc?rev=912608&view=rev
Log:
Add a proper icon for the security button.

Added:
    couchdb/trunk/share/www/image/key.png   (with props)
Modified:
    couchdb/trunk/share/Makefile.am
    couchdb/trunk/share/www/style/layout.css

Modified: couchdb/trunk/share/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/Makefile.am?rev=912608&r1=912607&r2=912608&view=diff
==============================================================================
--- couchdb/trunk/share/Makefile.am (original)
+++ couchdb/trunk/share/Makefile.am Mon Feb 22 15:20:25 2010
@@ -64,6 +64,7 @@
     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 \

Added: couchdb/trunk/share/www/image/key.png
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/image/key.png?rev=912608&view=auto
==============================================================================
Binary file - no diff available.

Propchange: couchdb/trunk/share/www/image/key.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: couchdb/trunk/share/www/style/layout.css
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/style/layout.css?rev=912608&r1=912607&r2=912608&view=diff
==============================================================================
--- couchdb/trunk/share/www/style/layout.css (original)
+++ couchdb/trunk/share/www/style/layout.css Mon Feb 22 15:20:25 2010
@@ -236,7 +236,7 @@
 #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); }