From 70453c2327c3ebcf704e485f8f9e34140f6a099e Mon Sep 17 00:00:00 2001 From: Tobias Lindig Date: Thu, 12 Sep 2013 10:45:15 +0200 Subject: [PATCH] unify button sizing, use mixin ".button-size" also for the base sized button --- less/buttons.less | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/less/buttons.less b/less/buttons.less index 40511ab960..a0909606f4 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -9,18 +9,15 @@ // Core styles .btn { display: inline-block; - padding: @padding-base-vertical @padding-base-horizontal; margin-bottom: 0; // For input.btn - font-size: @font-size-base; font-weight: @btn-font-weight; - line-height: @line-height-base; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 border: 1px solid transparent; - border-radius: @border-radius-base; white-space: nowrap; + .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @border-radius-base); .user-select(none); &:focus {