You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/10/24 19:20:42 UTC

svn commit: r1026838 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Author: buscob
Date: Sun Oct 24 17:20:42 2010
New Revision: 1026838

URL: http://svn.apache.org/viewvc?rev=1026838&view=rev
Log:
Added style for delete buttons

Modified:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1026838&r1=1026837&r2=1026838&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sun Oct 24 17:20:42 2010
@@ -1442,6 +1442,15 @@ padding:6px 10px 6px 30px;
 background: url(../images/ptrn_hot_create.gif) no-repeat;
 }
 
+.button-bar ul a.delete,.button-bar a.delete {
+background: url(../images/ptrn_delete.jpg) no-repeat;
+padding:6px 10px 6px 30px;
+}
+
+.button-bar ul a.delete:hover,.button-bar a.delete:hover {
+background: url(../images/ptrn_hot_delete.jpg) no-repeat;
+}
+
 .button-bar ul a.refresh,.button-bar a.refresh {
 background: url(../images/ptrn_refresh.png) no-repeat;
 padding:6px 10px 6px 30px;