[
https://issues.apache.org/jira/browse/TOBAGO-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889957#comment-15889957
]
Hudson commented on TOBAGO-1706:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #785 (See
[https://builds.apache.org/job/Tobago%20Trunk/785/])
TOBAGO-1706 Improve CSS for components inside flexLayout
* margins for flexLayout are now set to both sides
* this is a more general/robust concept
[developed by hnoeth] (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1784887])
* (edit) tobago-trunk/tobago-core/src/main/resources/scss/_tobago.scss
> 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
> Attachments:
> TOBAGO_1706_Improve_CSS_for_components_inside_flexLayout.patch
>
>
> 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)