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


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.

Reply via email to