mcramer
2012-10-09 aea43bbcd1a3671bb0b1292cea6eb145d70a5be7
Bugfix: select box width in chrome

1 files modified
2 ■■■ changed files
interface/web/js/jquery.tipsy.js 2 ●●● patch | view | raw | blame | history
interface/web/js/jquery.tipsy.js
@@ -260,7 +260,7 @@
                .appendTo( wrapper )
                .val( value )
                .addClass( "ui-state-default ui-combobox-input" )
                .css( { "width": elwidth - 15, "height": elheight })
                .css( { "width": (elwidth > 15 ? elwidth - 15 : 1), "height": elheight })
                .autocomplete({
                    delay: 0,
                    minLength: 0,