Skip to content

Commit

Permalink
Only add input-xlarge on inputs without a class attribute, fixes step…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu1 committed Apr 18, 2013
1 parent f92d164 commit 46d2054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mezzanine/core/static/js/bootstrap-extras.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $(function()
{

// Form css tweaks.
$('.middle input:text, .middle input:password, textarea').addClass('input-xlarge');
$('.middle input:text, .middle input:password, textarea').not('[class]').addClass('input-xlarge');
$('.control-group label').addClass('control-label');


Expand Down

0 comments on commit 46d2054

Please sign in to comment.