You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2009/09/06 17:31:57 UTC

[jira] Closed: (OFBIZ-2595) Browse Categories sub-category lists (i.e. Widgets/Large Widgets/Small Widgets) have extra lines between list elements on main eCommerce screen

     [ https://issues.apache.org/jira/browse/OFBIZ-2595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-2595.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Hi Ruth,

It seems that this have beeen fixed since, please reopen and explain if not

> Browse Categories sub-category lists (i.e. Widgets/Large Widgets/Small Widgets) have extra lines between list elements on main eCommerce screen
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2595
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2595
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/ecommerce
>         Environment: eCommerce application main page - "Browse Categories" collapsing tree list. Only effects sub (collapsed and expanded) category listing such as Gizmos followed by Large Gizmos and Small Gizmos
>            Reporter: Ruth Hoffman
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> Easy fix - add  the following to ecommain.css to force proper margins for the .browsecategory classes' UL element
> .browsecategorylist ul {
> 	margin: 0 0 0 10px; 
> }
> [The UL is inheriting properties from somewhere else in the CSS - properties that are giving it bottom margins causing extra lines]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.