fix FileButton flow so it can be used as a dialog button

This commit is contained in:
j 2013-03-26 13:36:24 +00:00
parent 0fa77bd167
commit 3c3a6ea220

View file

@ -40,7 +40,7 @@ Ox.FileButton = function(options, self) {
}
})
.addClass('OxFileButton')
.css({width: self.options.width + 'px'});
.css({overflow: 'hidden'});
self.files = [];
self.multiple = self.options.maxFiles != 1;