* code for task #6759.
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
$(function()
|
||||
{
|
||||
$('.title-group .has-icon-right').css('min-width', '100px');
|
||||
$('#buildBoxActions').remove();
|
||||
$('#openedBuild').parent().find('input-group-btn').remove();
|
||||
$('#openedBuild_chosen.chosen-container .chosen-drop').css('min-width', '100px');
|
||||
$('#tplBoxWrapper .btn-toolbar .btn-group').remove();
|
||||
$('table tbody tr').eq(3).remove();
|
||||
$('table tbody tr th').removeClass('w-110px');
|
||||
$('table tbody tr th').addClass('w-70px');
|
||||
})
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
$(function()
|
||||
{
|
||||
$('.title-group .has-icon-right').css('min-width', '100px');
|
||||
$('#buildBoxActions').remove();
|
||||
$('#openedBuild').parent().find('input-group-btn').remove();
|
||||
$('#openedBuild_chosen.chosen-container .chosen-drop').css('min-width', '100px');
|
||||
$('#tplBoxWrapper .btn-toolbar .btn-group').remove();
|
||||
$('table tbody tr').eq(3).remove();
|
||||
$('table tbody tr th').removeClass('w-110px');
|
||||
$('table tbody tr th').addClass('w-70px');
|
||||
})
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
$(function()
|
||||
{
|
||||
$('.title-group .has-icon-right').css('min-width', '100px');
|
||||
$('#buildBoxActions').remove();
|
||||
$('#openedBuild').parent().find('input-group-btn').remove();
|
||||
$('#openedBuild_chosen.chosen-container .chosen-drop').css('min-width', '100px');
|
||||
$('#tplBoxWrapper .btn-toolbar .btn-group').remove();
|
||||
$('table tbody tr').eq(3).remove();
|
||||
$('table tbody tr th').removeClass('w-110px');
|
||||
$('table tbody tr th').addClass('w-70px');
|
||||
})
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
$(function()
|
||||
{
|
||||
$('.title-group .has-icon-right').css('min-width', '100px');
|
||||
$('#buildBoxActions').remove();
|
||||
$('#openedBuild').parent().find('input-group-btn').remove();
|
||||
$('#openedBuild_chosen.chosen-container .chosen-drop').css('min-width', '100px');
|
||||
$('.title-group .has-icon-right').css('min-width', '100px');
|
||||
$('#tplBoxWrapper .btn-toolbar .btn-group').remove();
|
||||
$('table tbody tr').eq(3).remove();
|
||||
$('table tbody tr th').removeClass('w-110px');
|
||||
$('table tbody tr th').addClass('w-70px');
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user