diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-05-10 17:33:32 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-05-10 17:33:32 +0200 |
commit | 309ca08f721791f77c17c84f6bbe99206f418925 (patch) | |
tree | f1fbf7c3c7fe484094e04a01feda86ee93894baf /demos | |
parent | fe0d252c0783ed44d8af390c01bfbce83e086986 (diff) | |
download | jquery-ui-309ca08f721791f77c17c84f6bbe99206f418925.tar.gz jquery-ui-309ca08f721791f77c17c84f6bbe99206f418925.zip |
Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - Combobox: Incorrect button size
Diffstat (limited to 'demos')
-rw-r--r-- | demos/autocomplete/combobox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index f280b8f3c..5fb3ffef9 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -16,7 +16,7 @@ <style> .ui-button { margin-left: -1px; } .ui-button-icon-only .ui-button-text { padding: 0.35em; } - .ui-autocomplete-input { margin: 0; padding: 0.48em 0 0.47em 0.45em; } + .ui-autocomplete-input { margin: 0; padding: 0.4em 0 0.4em 0.45em; } </style> <script> (function( $ ) { |