cosmetic changes
This commit is contained in:
parent
3781262837
commit
348d6d3aff
1 changed files with 2 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue