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/09/15 14:44:57 UTC

svn commit: r1760944 - /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: Thu Sep 15 14:44:56 2016
New Revision: 1760944

URL: http://svn.apache.org/viewvc?rev=1760944&view=rev
Log:
TOBAGO-1600: Update Bootstrap to 4.0.0 alpha 4 (from alpha 3)
* padding of "check"

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=1760944&r1=1760943&r2=1760944&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 Thu Sep 15 14:44:56 2016
@@ -339,7 +339,7 @@ button.tobago-treeCommand:focus, button.
 
 .dropdown-menu .radio, .dropdown-menu .checkbox {
   display: block;
-  margin-left: -40px; /* XXX comes the value from "list-style: outside none none" of .tobago-selectOneRadio ? */
+  /*margin-left: -40px; !* XXX comes the value from "list-style: outside none none" of .tobago-selectOneRadio ? *!*/
 }
 
   /* out -------------------------------------------------------------------- */
@@ -433,6 +433,7 @@ h6 > .fa:first-child {
 /* selectManyCheckbox ----------------------------------------------------------- */
 
 .tobago-selectManyCheckbox {
+  padding-left: 0;
   list-style: none;
 }
 
@@ -477,6 +478,7 @@ h6 > .fa:first-child {
 /* selectOneRadio ---------------------------------------------------------- */
 
 .tobago-selectOneRadio {
+  padding-left: 0;
   list-style: none;
 }