You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2017/03/02 08:22:45 UTC

[jira] [Resolved] (TOBAGO-1706) Improve CSS for components inside flexLayout

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

Henning Noeth resolved TOBAGO-1706.
-----------------------------------
    Resolution: Fixed

> Improve CSS for components inside flexLayout
> --------------------------------------------
>
>                 Key: TOBAGO-1706
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1706
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Themes
>    Affects Versions: 3.0.3
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>             Fix For: 3.1.0
>
>         Attachments: TOBAGO_1706_Improve_CSS_for_components_inside_flexLayout.patch
>
>
> Components within a flexLayout get a margin like this:
> {code}.tobago-flexLayout > .input-group:nth-child(n+2) {
>   margin-left: 5px;
> }{code}
> This is important to put some space between components.
> But with this solution, you have to care for every single component.
> The CSS should be replaced with a more general concept.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)