diff --git a/module/task/css/create.css b/module/task/css/create.css index b92727e405..b1d4fbd6ee 100644 --- a/module/task/css/create.css +++ b/module/task/css/create.css @@ -14,6 +14,10 @@ #testStoryBox table tr td input {border: 0px;} #testStoryBox table tr td .input-group .input-group-addon {border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc;} #testStoryBox table button.btn {border: 0px;} +#testStoryBox .c-name {width: 300px;} +#testStoryBox .c-pri, #testStoryBox .c-estimate, #testStoryBox .c-actions {width: 70px;} +#testStoryBox .c-date {width: 140px;} +#testStoryBox .c-assignedTo {width: 100px; padding: 7px;} .chosen-results > li.has-test, .chosen-results > li.has-new-test {position: relative; color: #388E3C;} diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index ca23448ac5..995fb04143 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -122,13 +122,13 @@ foreach(explode(',', $config->task->create->requiredFields) as $field)
| task->storyAB;?> | -task->pri;?> | -task->estStarted;?> | -task->deadline;?> | -task->assignedTo;?> | -task->estimate;?> | -actions;?> | +task->storyAB;?> | +task->pri;?> | +task->estStarted;?> | +task->deadline;?> | +task->assignedTo;?> | +task->estimate;?> | +actions;?> |
|---|