diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-07-24 17:21:33 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-07-24 17:21:33 -0400 |
commit | d1e327c189cb12661f53d6962ece07b31dec86cb (patch) | |
tree | f1fca04e0593b51dcd758d156243722ae5872b97 /demos/autocomplete/combobox.html | |
parent | 930bc7df666c997add9978d3cc3139559e71ae77 (diff) | |
download | jquery-ui-d1e327c189cb12661f53d6962ece07b31dec86cb.tar.gz jquery-ui-d1e327c189cb12661f53d6962ece07b31dec86cb.zip |
Autocomplete: Fix styling for combobox demo
Fixes #10059
Diffstat (limited to 'demos/autocomplete/combobox.html')
-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> |