From f3f60b21a6104be999cb04f6414878fc4dea98cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2011 18:09:01 -0700 Subject: oops, double commit last time; apply fixes to make select elements line up in IE7 with their labels, but no height fix --- lib/forms.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/forms.less') diff --git a/lib/forms.less b/lib/forms.less index a1fdbd937..90b8720f0 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -105,11 +105,9 @@ input[type=submit] { select, input[type=file] { - height: @baseline * 1.5; + height: @baseline * 1.5; // In IE7, the height of the select element cannot be changed by height, only font-size line-height: @baseline * 1.5; -} -select { - float: left; + *margin-top: 4px; /* For IE7, add top margin to align select with labels */ } textarea { -- cgit v1.2.3