diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/autocomplete/combobox.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index 8664ed530..437e52ab1 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -24,13 +24,10 @@ bottom: 0; margin-left: -1px; padding: 0; - /* support: IE7 */ - *height: 1.7em; - *top: 0.1em; } .custom-combobox-input { margin: 0; - padding: 0.3em; + padding: 5px 10px; } </style> <script> |