cosmetic changes

This commit is contained in:
rolux 2013-12-07 15:47:56 +01:00
parent 3781262837
commit 348d6d3aff

View file

@ -337,13 +337,8 @@ Ox.Input = function(options, self) {
.addClass('OxInput OxMedium Ox' +
Ox.toTitleCase(self.options.style) +
' OxPlaceholder')
.attr({
type: 'text'
})
.css({
//float: 'left',
width: self.inputWidth + 'px'
})
.attr({type: 'text'})
.css({width: self.inputWidth + 'px'})
.val(self.options.placeholder)
.on({focus: focus})
.appendTo(that);