File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11
11
< script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
12
12
< script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
13
13
< link type ="text/css " href ="../demos.css " rel ="stylesheet " />
14
+ < style type ="text/css ">
15
+ .ui-autocomplete-input {
16
+ margin : 0 ;
17
+ }
18
+ </ style >
14
19
< script type ="text/javascript ">
15
20
( function ( $ ) {
16
21
$ . widget ( "ui.combobox" , {
58
63
text : false
59
64
} ) . removeClass ( "ui-corner-all" )
60
65
. addClass ( "ui-corner-right ui-button-icon" )
61
- . position ( {
62
- my : "left center" ,
63
- at : "right center" ,
64
- of : input ,
65
- offset : "-1 0"
66
- } ) . css ( "top" , "" )
67
66
. click ( function ( ) {
68
67
// close if already visible
69
68
if ( input . autocomplete ( "widget" ) . is ( ":visible" ) ) {
You can’t perform that action at this time.
0 commit comments