File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 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
14
< style type ="text/css ">
15
- .ui-autocomplete-input {
16
- margin : 0 ;
17
- }
15
+ /* TODO shouldn't be necessary */
16
+ .ui-button { margin-left : -1px ; }
17
+ .ui-button-icon-only .ui-button-text { padding : 0.35em ; }
18
+ .ui-autocomplete-input { margin : 0 ; padding : 0.48em 0 0.47em 0.45em ; }
18
19
</ style >
19
20
< script type ="text/javascript ">
20
21
( function ( $ ) {
55
56
} )
56
57
. addClass ( "ui-widget ui-widget-content ui-corner-left" ) ;
57
58
$ ( "<button> </button>" )
59
+ . attr ( "title" , "Show All Items" )
58
60
. insertAfter ( input )
59
61
. button ( {
60
62
icons : {
82
84
$ ( "select" ) . combobox ( ) ;
83
85
} ) ;
84
86
</ script >
85
- < style >
86
- /* TODO shouldn't be necessary */
87
- .ui-button-icon-only .ui-button-text { padding : 0.35em ; }
88
- .ui-autocomplete-input { padding : 0.48em 0 0.47em 0.45em ; }
89
- </ style >
90
87
</ head >
91
88
< body >
92
89
You can’t perform that action at this time.
0 commit comments