Author: hansbak
Date: Thu Mar 17 07:10:15 2011
New Revision: 1082417
URL:
http://svn.apache.org/viewvc?rev=1082417&view=revLog:
fixing overlapping text in the category tree in the catalog component
Modified:
ofbiz/trunk/framework/images/webapp/images/catalog/categorytree.css
Modified: ofbiz/trunk/framework/images/webapp/images/catalog/categorytree.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/catalog/categorytree.css?rev=1082417&r1=1082416&r2=1082417&view=diff==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/catalog/categorytree.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/catalog/categorytree.css Thu Mar 17 07:10:15 2011
@@ -20,9 +20,11 @@
/* THE CUSTOM CSS FOR AJUST THE CATEGORY TREE */
.jstree-default a {
white-space:normal !important;
-height: auto;
}
.jstree-default .jstree-leaf > ins {
background-position:-36px 0;
vertical-align: top;
}
+body:nth-of-type(1) .jstree-default a {
+height: auto;
+}