From 2f955907f95ad9b7f42f624eb11142339709c188 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Mar 2014 17:12:39 -0700 Subject: Fixes #12669: Properly reset line-height on date inputs for all sizes; Fix IE8+'s misaslignment of text within date inputs --- dist/css/bootstrap-rtl.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dist/css/bootstrap-rtl.css') diff --git a/dist/css/bootstrap-rtl.css b/dist/css/bootstrap-rtl.css index 0d5a6d707..8c9860d15 100644 --- a/dist/css/bootstrap-rtl.css +++ b/dist/css/bootstrap-rtl.css @@ -3080,6 +3080,15 @@ input[type="search"] { input[type="date"] { line-height: 34px; + line-height: 1.42857143 \0; +} + +input[type="date"].input-sm { + line-height: 30px; +} + +input[type="date"].input-lg { + line-height: 46px; } .form-group { -- cgit v1.2.3