* finish task #3167.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
.mgr-5px{margin-right:5px;}
|
||||
#productsBox .col-sm-3{margin-bottom:5px;}
|
||||
|
||||
@@ -7,7 +7,12 @@ $(function()
|
||||
{
|
||||
$('#cpmBtn').click(function(){$('#copyProjectModal').modal('show')});
|
||||
$('#copyProjects a').click(function(){setCopyProject($(this).data('id')); $('#copyProjectModal').modal('hide')});
|
||||
$('#productsBox .col-sm-3').width($('#type').closest('td').width());
|
||||
var typeWidth = $('#type').closest('td').width();
|
||||
$('#productsBox .col-sm-3').width(typeWidth);
|
||||
$(document).on('change', "#productsBox select", function()
|
||||
{
|
||||
$('#productsBox .col-sm-3').width(typeWidth);
|
||||
});
|
||||
});
|
||||
|
||||
function showTypeTips()
|
||||
|
||||
Reference in New Issue
Block a user