diff options
| author | Mark Otto <[email protected]> | 2012-03-25 14:31:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-25 14:31:04 -0700 |
| commit | d0526e31fa291bd1ef943081ff7248e734edccb7 (patch) | |
| tree | b6d50ae0f7d473afcdc8cb5cb29d0312d2e9602b /less | |
| parent | c0f28d81b06c9004d5860a623e333848710b5d53 (diff) | |
| download | bootstrap-d0526e31fa291bd1ef943081ff7248e734edccb7.tar.xz bootstrap-d0526e31fa291bd1ef943081ff7248e734edccb7.zip | |
remove padding on .search-query for IE7-8 since it doesn't pick up large border-radius
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 2164fe0ee..4f99cce8d 100644 --- a/less/forms.less +++ b/less/forms.less @@ -450,6 +450,8 @@ select:focus:required:invalid { .search-query { padding-left: 14px; padding-right: 14px; + padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ + padding-right: 4px \9; margin-bottom: 0; // remove the default margin on all inputs .border-radius(14px); } |
