x.create.js 474 B

1234567891011
  1. $(function()
  2. {
  3. $('.title-group .has-icon-right').css('min-width', '100px');
  4. $('#buildBoxActions').remove();
  5. $('#openedBuild').parent().find('input-group-btn').remove();
  6. $('#openedBuild_chosen.chosen-container .chosen-drop').css('min-width', '100px');
  7. $('#tplBoxWrapper .btn-toolbar .btn-group').remove();
  8. $('table tbody tr').eq(3).remove();
  9. $('table tbody tr th').removeClass('w-110px');
  10. $('table tbody tr th').addClass('w-70px');
  11. })