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

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

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

Nicolas Malin (Jira)
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 | Threaded
Open this post in threaded view
|

[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

Nicolas Malin (Jira)

     [ 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.