diff --git a/module/task/css/recordestimate.css b/module/task/css/recordestimate.css index 3abb2a9015..41a33d7a0d 100644 --- a/module/task/css/recordestimate.css +++ b/module/task/css/recordestimate.css @@ -9,3 +9,7 @@ .table-recorded thead { background: #F5F6F8} .table>thead>tr>th{ border-bottom: 1px solid #EEEEEE} #linearefforts .nav li.active a{color: #0c64eb !important} +.input-group-addon {background: #fff} +.icon-calendar {color: rgb(22, 168, 248)} +#recordForm .table>thead>tr>th{ border: none} +.main-header {border-bottom: none !important} diff --git a/module/task/view/recordestimate.html.php b/module/task/view/recordestimate.html.php index 2ecf249338..b8376cc71b 100644 --- a/module/task/view/recordestimate.html.php +++ b/module/task/view/recordestimate.html.php @@ -43,7 +43,7 @@ task->date;?> task->recordedBy;?> - comment;?> + task->work;?> task->consumed;?> task->left;?> actions;?> @@ -97,11 +97,11 @@ - + - + @@ -110,7 +110,10 @@
task->date;?>task->date;?> task->teamOrder;?> comment;?>task->work;?> task->consumedAB;?> task->leftAB;?>
+
+ +