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 2016/08/03 09:28:55 UTC

svn commit: r1755055 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

Author: lofwyr
Date: Wed Aug  3 09:28:55 2016
New Revision: 1755055

URL: http://svn.apache.org/viewvc?rev=1755055&view=rev
Log:
TOBAGO-1368: Bootstrap CSS
* fixes margin when using buttons in flexlayout with "rows"
[developed by hnoeth]

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css?rev=1755055&r1=1755054&r2=1755055&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css Wed Aug  3 09:28:55 2016
@@ -114,6 +114,11 @@ body {
     -ms-flex-direction: column;
 }
 
+/* XXX this fixes the margin left from .btn:nth-child(n+2), but is ugly */
+.tobago-flexLayout-markup-vertically > .btn:nth-child(n+2) {
+  margin-left: 0 !important;
+}
+
 .tobago-flexLayout > .form-control:nth-child(n+2),
 .tobago-flexLayout > .input-group:nth-child(n+2),
 .tobago-flexLayout > .tobago-out:nth-child(n+2),