svn commit: r1082417 - /ofbiz/trunk/framework/images/webapp/images/catalog/categorytree.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1082417 - /ofbiz/trunk/framework/images/webapp/images/catalog/categorytree.css

hansbak-2
Author: hansbak
Date: Thu Mar 17 07:10:15 2011
New Revision: 1082417

URL: http://svn.apache.org/viewvc?rev=1082417&view=rev
Log:
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;
+}