From 173dac4e54281312ebb7ff993df20caffbc56840 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 2 Aug 2013 15:09:48 -0700 Subject: 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) --- less/buttons.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less/buttons.less') 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, -- cgit v1.2.3