You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2017/02/15 09:48:41 UTC

[jira] [Commented] (TOBAGO-1702) No spacing of buttonGroups within flexLayout

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

Hudson commented on TOBAGO-1702:
--------------------------------

SUCCESS: Integrated in Jenkins build Tobago Trunk #776 (See [https://builds.apache.org/job/Tobago%20Trunk/776/])
TOBAGO-1702 No spacing of buttonGroups within flexLayout * add some space between buttonGroups within flexLayout [developed by hnoeth] (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1783079])
* (edit) tobago-trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/bootstrap/4.0.0-alpha.5/css/bootstrap.css
* (edit) tobago-trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/bootstrap/4.0.0-alpha.5/css/bootstrap.css.map
* (edit) tobago-trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css
* (edit) tobago-trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css.map
* (edit) tobago-trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/bootstrap/4.0.0-alpha.5/css/bootstrap.css
* (edit) tobago-trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/bootstrap/4.0.0-alpha.5/css/bootstrap.css.map
* (edit) tobago-trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css
* (edit) tobago-trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css.map
* (edit) tobago-trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/bootstrap/4.0.0-alpha.5/css/bootstrap.css
* (edit) tobago-trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/bootstrap/4.0.0-alpha.5/css/bootstrap.css.map
* (edit) tobago-trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css
* (edit) tobago-trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css.map
* (edit) tobago-trunk/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/bootstrap/4.0.0-alpha.5/css/bootstrap.css
* (edit) tobago-trunk/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/bootstrap/4.0.0-alpha.5/css/bootstrap.css.map
* (edit) tobago-trunk/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css
* (edit) tobago-trunk/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css.map
* (edit) tobago-trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/bootstrap/4.0.0-alpha.5/css/bootstrap.css
* (edit) tobago-trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/bootstrap/4.0.0-alpha.5/css/bootstrap.css.map
* (edit) tobago-trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css
* (edit) tobago-trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css.map
TOBAGO-1702 No spacing of buttonGroups within flexLayout
* add some space between buttonGroups within flexLayout
[developed by hnoeth] (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1783074])
* (edit) tobago-trunk/tobago-core/src/main/resources/scss/_tobago.scss


> No spacing of buttonGroups within flexLayout
> --------------------------------------------
>
>                 Key: TOBAGO-1702
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1702
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 3.0.3
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>            Priority: Minor
>
> <tc:buttons> within a <tc:flexLayout> have no gap between themselves.
> {code:xml}
> <tc:flexLayout columns="auto;*;auto;auto">
>   <tc:button label="Abbrechen"/>
>   <tc:panel/>
>   <tc:buttons>
>     <tc:button label="Left"/>
>     <tc:button label="Right"/>
>   </tc:buttons>
>   <tc:buttons>
>     <tc:button label="Left"/>
>     <tc:button label="Right"/>
>   </tc:buttons>
> </tc:flexLayout>
> {code}



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