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/18 21:22:55 UTC

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

Author: buscob
Date: Thu Feb 18 20:22:54 2010
New Revision: 911551

URL: http://svn.apache.org/viewvc?rev=911551&view=rev
Log:
Added lookup icon for tomahawk theme

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=911551&r1=911550&r2=911551&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Thu Feb 18 20:22:54 2010
@@ -2040,8 +2040,6 @@
 height:25px;
 }
 
-
-
 .nav-pager ul .nav-pagesize {
 padding: 0 30px 0 30px;
 }
@@ -2062,6 +2060,18 @@
 height:22px;
 }
 
+.field-lookup ul li {
+float: left;
+}
+
+.field-lookup ul li a{
+background: url(../images/fieldlookup.png) no-repeat 0 0;
+display: block;
+margin: 3px 10px 0px 4px;
+width:35px;
+height:22px;
+}
+
 .CalLookupImage {
 display:inline-block;
 background: url(../images/cal.png) no-repeat;