From 348d6d3aff312e871649288863d29090bd3372d3 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 7 Dec 2013 15:47:56 +0100 Subject: [PATCH] cosmetic changes --- source/Ox.UI/js/Form/Input.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/source/Ox.UI/js/Form/Input.js b/source/Ox.UI/js/Form/Input.js index fecd4e8b..922fc116 100644 --- a/source/Ox.UI/js/Form/Input.js +++ b/source/Ox.UI/js/Form/Input.js @@ -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);