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/02/27 10:17:45 UTC

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

Henning Noeth created TOBAGO-1706:
-------------------------------------

             Summary: 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


Components within a flexLayout get a margin like this:
{code:css}.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)