diff --git a/module/program/css/browse.css b/module/program/css/browse.css index 99713c81e9..735d63b292 100644 --- a/module/program/css/browse.css +++ b/module/program/css/browse.css @@ -12,3 +12,5 @@ tbody.sortable > tr > td.sort-handler {color: #3c4353 !important;} .has-prefix > a {padding-left: 5px;} .has-suffix > a {max-width: calc(100% - 100px); padding-right: 5px; color: #0c60e1; display: inline-block; max-width: calc(100% - 50px);} + +div.checkbox-primary + span.table-nest-icon {margin-left:0px !important;} diff --git a/module/program/js/browse.js b/module/program/js/browse.js index 149ff2e7d7..6099d6acaa 100644 --- a/module/program/js/browse.js +++ b/module/program/js/browse.js @@ -54,9 +54,9 @@ function showEditCheckbox(show) projectID = $tr.attr('data-id'); if(show) { - $tr.find('td:first').prepend("
"); - var marginLeft = $tr.find('td:first').find('span.table-nest-icon').css('margin-left'); + + $tr.find('td:first').prepend(""); $tr.find('td:first').find('.checkbox-primary').css('margin-left', marginLeft).css('width', '14'); $tr.find('td:first').find('span.table-nest-icon').css('margin-left', '0'); }