Author: jleroux
Date: Sun Mar 7 17:32:50 2010
New Revision: 920039
URL: http://svn.apache.org/viewvc?rev=920039&view=rev
Log:
A patch from Sascha Rodekamp "Color of links in retrieved list for Tomahawk
theme" (https://issues.apache.org/jira/browse/OFBIZ-3527) - OFBIZ-3527
In Tomahawk theme the links in the retrieved list are not following the theme
colors.
I have also found that it's not exactly the same problem depending on the place
the lookup is used (or maybe how it's used). This commit does not fix them all
but make things better and usable.
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=920039&r1=920038&r2=920039&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sun Mar 7
17:32:50 2010
@@ -2419,17 +2419,24 @@
/* overwrite */
#fieldLookupContent ul li a {
display: inherit;
-padding: 2px 3px 2px 3px;
-margin: 0;
cursor: pointer;
+
+}
+
+#fieldLookupContent td {
+padding-top: 5px;
+padding-bottom: 5px;
}
#fieldLookupContent td a {
-display: inherit;
cursor: pointer;
-background-image: none;
+color: #000000;
+background-color: #FCF9E6;
+background-image: url(../images/button_whitegray.jpg);
+padding: 0.4em 0.6em;
}
+
/* overwrite*/
#findScreenlet {
margin-top: 0;