ouline in all browser none, added float to combobox
| | |
| | | .uniForm .ctrlHolder{ padding: 3px; border-bottom: 1px dotted #dfdfdf; } |
| | | |
| | | .uniForm .buttonHolder{ |
| | | text-align: right; |
| | | text-align: left; |
| | | background: #CEDEEF url("../../images/buttonHolder_bg.gif") no-repeat right; |
| | | margin: 3em 0 1em; |
| | | padding: 8px; |
| | |
| | | .insertAfter( select ) |
| | | .width( oldWidth ) |
| | | .val( value ) |
| | | .css("float","left") |
| | | .autocomplete({ |
| | | delay: 0, |
| | | minLength: 0, |
| | |
| | | .attr( "tabIndex", -1 ) |
| | | .attr( "title", "Show All Items" ) |
| | | .height($(input).outerHeight()) |
| | | .css("float","left") |
| | | .insertAfter( input ) |
| | | .button({ |
| | | icons: { |