From 78652a707f8ae2d98b1cd434b4bca546d2948236 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 26 Jan 2012 13:51:12 -0800 Subject: [PATCH] allow icons in small buttons --- lib/button-groups.less | 5 +++++ lib/buttons.less | 3 +++ 2 files changed, 8 insertions(+) diff --git a/lib/button-groups.less b/lib/button-groups.less index 17957f1d60..5fb0a8e975 100644 --- a/lib/button-groups.less +++ b/lib/button-groups.less @@ -114,3 +114,8 @@ } } +// Small button dropdowns +.btn.small .caret { + margin-top: 4px; +} + diff --git a/lib/buttons.less b/lib/buttons.less index cebacd049b..118af568a6 100644 --- a/lib/buttons.less +++ b/lib/buttons.less @@ -132,6 +132,9 @@ padding: 7px 9px 7px; font-size: @baseFontSize - 2px; } + &.small .icon { + margin-top: -2px; + } } // Help Firefox not be a jerk about adding extra padding to buttons