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 2015/06/25 14:20:46 UTC

svn commit: r1687492 - /myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

Author: lofwyr
Date: Thu Jun 25 12:20:46 2015
New Revision: 1687492

URL: http://svn.apache.org/r1687492
Log:
TOBAGO-1368: Create a new theme which uses Bootstrap
- CSS: Some input controls have no space between the label and itself

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

Modified: myfaces/tobago/branches/tobago-3.0.x/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/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css?rev=1687492&r1=1687491&r2=1687492&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css Thu Jun 25 12:20:46 2015
@@ -46,7 +46,8 @@
     -ms-flex-direction: column;
 }
 
-.tobago-flexLayout > .form-control:nth-child(n+2) {
+.tobago-flexLayout > .form-control:nth-child(n+2),
+.tobago-flexLayout > .tobago-out:nth-child(n+2) {
     margin-left: 5px;
 }