You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/02/15 08:59:14 UTC

svn commit: r1783074 - /myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss

Author: lofwyr
Date: Wed Feb 15 08:59:13 2017
New Revision: 1783074

URL: http://svn.apache.org/viewvc?rev=1783074&view=rev
Log:
TOBAGO-1702 No spacing of buttonGroups within flexLayout
* add some space between buttonGroups within flexLayout
[developed by hnoeth]

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss

Modified: myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss?rev=1783074&r1=1783073&r2=1783074&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss Wed Feb 15 08:59:13 2017
@@ -135,6 +135,7 @@ body {
 }
 
 .tobago-flexLayout > .form-control:nth-child(n+2),
+.tobago-flexLayout > .btn-group:nth-child(n+2),
 .tobago-flexLayout > .input-group:nth-child(n+2),
 .tobago-flexLayout > .tobago-input-group-outer:nth-child(n+2),
 .tobago-flexLayout > .tobago-out:nth-child(n+2),