diff --git a/extension/lite/task/ext/view/batchcreate.html.php b/extension/lite/task/ext/view/batchcreate.html.php index 8907bf1f32..6f432d2625 100644 --- a/extension/lite/task/ext/view/batchcreate.html.php +++ b/extension/lite/task/ext/view/batchcreate.html.php @@ -135,7 +135,7 @@ style='overflow:visible'> style='overflow:visible'> - task->typeList, $type, 'class=form-control');?> + task->typeList, $type, "class='form-control chosen'");?> style='overflow:visible'> > > diff --git a/module/execution/css/all.css b/module/execution/css/all.css index c1ac7084d4..49211f1ddb 100644 --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -26,3 +26,5 @@ td.flex span.project-type-label {margin-left: 5px; min-width: 36px;} td.flex span.project-type-label {min-width: 40px;} .label-children {min-width:22px !important;} +.c-name > a, .table-children .text-left > a {padding-left: 5px;} +.has-child > span {margin-right: 5px;}