From 735001cb266def8185367ae9d48207e46f6e023f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Aug 2012 11:53:00 -0700 Subject: increase horizontal padding on inputs given new font-size --- less/forms.less | 2 +- less/mixins.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'less') diff --git a/less/forms.less b/less/forms.less index b2095e6f4..8dfef255a 100644 --- a/less/forms.less +++ b/less/forms.less @@ -80,7 +80,7 @@ input[type="color"], .uneditable-input { display: inline-block; height: @baseLineHeight; - padding: 4px; + padding: 4px 6px; margin-bottom: 9px; font-size: @baseFontSize; line-height: @baseLineHeight; diff --git a/less/mixins.less b/less/mixins.less index d4dea27be..96ce23eca 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -643,7 +643,7 @@ .spanX (0) {} .span(@columns) { - width: ((@gridColumnWidth) * @columns) + (@gridGutterWidth * (@columns - 1)) - 10; + width: ((@gridColumnWidth) * @columns) + (@gridGutterWidth * (@columns - 1)) - 14; } input, -- cgit v1.2.3