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 13:55:10 UTC

svn commit: r1687484 - /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 11:55:10 2015
New Revision: 1687484

URL: http://svn.apache.org/r1687484
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=1687484&r1=1687483&r2=1687484&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 11:55:10 2015
@@ -46,20 +46,10 @@
     -ms-flex-direction: column;
 }
 
-.tobago-flexLayout > .tobago-date,
-.tobago-flexLayout > .tobago-in,
-.tobago-flexLayout > .tobago-label,
-.tobago-flexLayout > .tobago-textarea {
+.tobago-flexLayout > .form-control:nth-child(n+2) {
     margin-left: 5px;
 }
 
-.tobago-flexLayout > .tobago-date:first-child,
-.tobago-flexLayout > .tobago-in:first-child,
-.tobago-flexLayout > .tobago-label:first-child,
-.tobago-flexLayout > .tobago-textarea:first-child {
-    margin-left: 0;
-}
-
 /* footer -------------------------------------------------------------- */
 
 .tobago-footer {