aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-02 15:09:48 -0700
committerMark Otto <[email protected]>2013-08-02 15:09:48 -0700
commit173dac4e54281312ebb7ff993df20caffbc56840 (patch)
tree8011e9b50ad58a40c7ab55106cb4637202d2767b /less/buttons.less
parent7cd54e52f2d731fcf08cd2508a45417637fba4d9 (diff)
downloadbootstrap-173dac4e54281312ebb7ff993df20caffbc56840.tar.xz
bootstrap-173dac4e54281312ebb7ff993df20caffbc56840.zip
Tighten up buttons and form controls
* Smaller padding on buttons and large buttons * Same with inputs and large inputs * Remove about 10px from height of large inputs/buttons and 4px from regular ones Fixes #8707 and #8700. (Also relevant: #8711)
Diffstat (limited to 'less/buttons.less')
-rw-r--r--less/buttons.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less
index d62242863..c206179df 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -123,6 +123,7 @@
.btn-large {
padding: @padding-large-vertical @padding-large-horizontal;
font-size: @font-size-large;
+ line-height: 1.33; // ensure even-numbered height of butotn next to large input
border-radius: @border-radius-large;
}
.btn-small,