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

2017-03-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15890185#comment-15890185
 ] 

Hudson commented on TOBAGO-1706:


SUCCESS: Integrated in Jenkins build Tobago Trunk #787 (See 
[https://builds.apache.org/job/Tobago%20Trunk/787/])
Bootstrap build for 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=1784927])
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.css
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.css.map
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.min.css
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.min.css.map
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/tobago-bootstrap/_version/css/bootstrap.css
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/tobago-bootstrap/_version/css/bootstrap.css.map
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/tobago-bootstrap/_version/css/bootstrap.min.css
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/tobago-bootstrap/_version/css/bootstrap.min.css.map
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.css
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.css.map
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.min.css
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.min.css.map
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.css
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.css.map
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.min.css
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.min.css.map
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.css
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.css.map
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css.map


> 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)


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

2017-03-01 Thread Udo Schnurpfeil (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15890150#comment-15890150
 ] 

Udo Schnurpfeil commented on TOBAGO-1706:
-

patch applied

> 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}.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)


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

2017-03-01 Thread Hudson (JIRA)

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