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 1111 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1212 < script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
1313 < link type ="text/css " href ="../demos.css " rel ="stylesheet " />
14+ < style type ="text/css ">
15+ .ui-autocomplete-input {
16+ margin : 0 ;
17+ }
18+ </ style >
1419 < script type ="text/javascript ">
1520 ( function ( $ ) {
1621 $ . widget ( "ui.combobox" , {
5863 text : false
5964 } ) . removeClass ( "ui-corner-all" )
6065 . 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" , "" )
6766 . click ( function ( ) {
6867 // close if already visible
6968 if ( input . autocomplete ( "widget" ) . is ( ":visible" ) ) {
You can’t perform that action at this time.
0 commit comments