You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2011/03/17 08:10:16 UTC

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

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;
+}



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

Posted by Hans Bakker <ma...@antwebsystems.com>.
yes that sounds like a good idea....

we will look into it.

Regards,
Hans

On Thu, 2011-03-17 at 08:38 +0100, Jacques Le Roux wrote:
> Hi Hans,
> 
> Not sure it's relevant (differences between Themes for the catalog/catgeg tree?): do you expect, as suggested by Scott, to move this 
> file into the themes?
> 
> Thanks
> 
> Jacques
> 
> 
> hansbak@apache.org wrote:
> > 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;
> > +} 
> 
> 

-- 
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.


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

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Hans,

Not sure it's relevant (differences between Themes for the catalog/catgeg tree?): do you expect, as suggested by Scott, to move this 
file into the themes?

Thanks

Jacques


hansbak@apache.org wrote:
> 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;
> +}