]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch 'form_alignment' of https://github.com/phopkins/bootstrap into phopkins...
authorMark Otto <markdotto@gmail.com>
Thu, 26 Jan 2012 23:25:19 +0000 (15:25 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 26 Jan 2012 23:25:19 +0000 (15:25 -0800)
Conflicts:
bootstrap.css
bootstrap.min.css

1  2 
bootstrap.css
bootstrap.min.css
lib/buttons.less

diff --cc bootstrap.css
index 89a9303eb7cd85da333d5deae6c55f9afc46d428,58757683c533c21649492d54d92d37acebfbf73a..862b4c5b63551a895c657e5ed39ec8194d9e3714
@@@ -6,7 -6,7 +6,7 @@@
   * http://www.apache.org/licenses/LICENSE-2.0
   *
   * Designed and built with all the love in the world @twitter by @mdo and @fat.
-  * Date: Thu Jan 26 15:04:19 PST 2012
 - * Date: Thu Jan 26 16:14:59 EST 2012
++ * Date: Thu Jan 26 15:25:02 PST 2012
   */
  article,
  aside,
@@@ -2514,16 -2514,11 +2514,17 @@@ table .span12 
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
 +.btn.large .icon {
 +  margin-top: 1px;
 +}
  .btn.small {
-   padding: 7px 9px 7px;
+   padding: 5px 9px 5px;
    font-size: 11px;
+   line-height: 16px;
  }
 +.btn.small .icon {
 +  margin-top: -2px;
 +}
  button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
index f2af57a449b7249708882012759174a731567052,26c3dfe9456b306dce834aeff44938cfeb858cbd..c4b048f7423f371e16475e2502580c5ff6818978
@@@ -470,9 -470,7 +470,9 @@@ table .span12{float:none;width:924px;ma
  .btn.disabled{cursor:default;background-image:none;background-color:#e6e6e6;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
  .btn[disabled]{cursor:default;background-image:none;background-color:#e6e6e6;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
  .btn.large{padding:9px 14px 9px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
- .btn.small{padding:7px 9px 7px;font-size:11px;}
 +.btn.large .icon{margin-top:1px;}
+ .btn.small{padding:5px 9px 5px;font-size:11px;line-height:16px;}
 +.btn.small .icon{margin-top:-2px;}
  button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;border:0;}
  .btn-group{position:relative;*zoom:1;}.btn-group:before,.btn-group:after{display:table;content:"";}
  .btn-group:after{clear:both;}
index 2cbcc1d4fdb72cea3ba4cb844beb7a15dd644854,240e117e2b9593aa2381b8262f6e3c20a532d10d..d7f5337832627c033f124799d527d7ec06f8e60e
      line-height: normal;
      .border-radius(5px);
    }
 +  &.large .icon {
 +    margin-top: 1px;
 +  }
    &.small {
-     padding: 7px 9px 7px;
+     padding: 5px 9px 5px;
      font-size: @baseFontSize - 2px;
+     line-height: @baseLineHeight - 2px;
    }
 +  &.small .icon {
 +    margin-top: -2px;
 +  }
  }
  
  // Help Firefox not be a jerk about adding extra padding to buttons