aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 355a33a30..7451f36ef 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -103,15 +103,15 @@ input[type=submit] {
// Set the height of select and file controls to match text inputs
select,
input[type=file] {
- height: @baseLineHeight * 1.5; /* In IE7, the height of the select element cannot be changed by height, only font-size */
+ height: 28px; /* In IE7, the height of the select element cannot be changed by height, only font-size */
*margin-top: 4px; /* For IE7, add top margin to align select with labels */
- line-height: @baseLineHeight * 1.5;
+ line-height: 28px;
}
// Chrome on Linux and Mobile Safari need background-color
select {
width: 220px; // default input width + 10px of padding that doesn't get applied
- vertical-align: middle;
+ vertical-align: baseline;
background-color: @white;
}