diff options
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56759 -> 56818 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 | ||||
| -rw-r--r-- | less/forms.less | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 65e032732..e6ef1c065 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 3dce9e348..758b266c1 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1085,6 +1085,10 @@ select:focus:required:invalid:focus { .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; -webkit-border-radius: 14px; -moz-border-radius: 14px; 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); } |
