Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Fixed issue #653: Fixed search field class
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepone committed Dec 22, 2013
1 parent af9a434 commit 8e0e7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gleez/media/js/greet.dataTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
// Re-arrange the search input for a form-horizontal layout
thisFilter.addClass('form-group')
thisFilterLabel.addClass('control-label').attr('for', currentId + '_filter_input')
thisFilterInput.addClass('control-label col-xs-4 col-md-3 col-sm-3').attr('id', currentId + '_filter_input')
thisFilterInput.addClass('form-control col-xs-4 col-md-3 col-sm-3').attr('id', currentId + '_filter_input')
thisFilterInput.appendTo(thisFilter).wrap('<div class="col-xs-8 col-sm-9 col-md-9" />')
}
}
Expand Down

0 comments on commit 8e0e7fd

Please sign in to comment.