diff --git a/module/product/css/all.css b/module/product/css/all.css index 6388c052cb..47c6a0af10 100644 --- a/module/product/css/all.css +++ b/module/product/css/all.css @@ -35,7 +35,8 @@ #sidebar>.cell {width: 100%;} .main-table thead>tr:first-of-type>th {border-left: 1px solid #ddd;} -th.table-nest-title .table-nest-toggle {margin-top: 8px; margin-left: 35px;} +th.table-nest-title .nest-has-checkbox {margin-top: 8px; margin-left: 35px;} +th.table-nest-title .nest-none-checkbox {margin-top: 8px; margin-left: 5px;} th.table-nest-title .header {margin-left: 5px;} th.table-nest-title .sort-up {padding-left: 5px;} th.table-nest-title .sort-down {padding-left: 5px;} diff --git a/module/product/view/all.html.php b/module/product/view/all.html.php index 55a9f2a598..79bab6c722 100644 --- a/module/product/view/all.html.php +++ b/module/product/view/all.html.php @@ -41,7 +41,7 @@