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/02/17 18:03:40 UTC

svn commit: r911075 - in /ofbiz/trunk/themes/tomahawk/webapp/tomahawk: css/style.css images/ptrn_hot_refresh.png images/ptrn_hot_search.png images/ptrn_refresh.png images/ptrn_search.png

Author: buscob
Date: Wed Feb 17 17:03:40 2010
New Revision: 911075

URL: http://svn.apache.org/viewvc?rev=911075&view=rev
Log:
Added refresh and search button icons to tomahawk theme

Added:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_refresh.png   (with props)
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_search.png   (with props)
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_refresh.png   (with props)
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_search.png   (with props)
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=911075&r1=911074&r2=911075&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Wed Feb 17 17:03:40 2010
@@ -1457,6 +1457,15 @@
 background: url(../images/ptrn_hot_refresh.png) no-repeat;
 }
 
+.button-bar ul a.search,.button-bar a.search {
+background: url(../images/ptrn_search.png) no-repeat;
+padding:6px 10px 6px 30px;
+}
+
+.button-bar ul a.search:hover,.button-bar a.search:hover {
+background: url(../images/ptrn_hot_search.png) no-repeat;
+}
+
 .button-bar ul a:hover,.button-bar a:hover {
 color:#25292c;
 background-image:url(../images/ptrn_button_hover.gif);

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_refresh.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_refresh.png?rev=911075&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_refresh.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_search.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_search.png?rev=911075&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_search.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_refresh.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_refresh.png?rev=911075&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_refresh.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_search.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_search.png?rev=911075&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_search.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream