*Finish task #63787.
This commit is contained in:
@@ -69,7 +69,7 @@ $config->project->datatable->fieldList['PM']['pri'] = '2';
|
||||
|
||||
$config->project->datatable->fieldList['status']['title'] = 'status';
|
||||
$config->project->datatable->fieldList['status']['fixed'] = 'left';
|
||||
$config->project->datatable->fieldList['status']['width'] = '80';
|
||||
$config->project->datatable->fieldList['status']['width'] = '65';
|
||||
$config->project->datatable->fieldList['status']['required'] = 'no';
|
||||
$config->project->datatable->fieldList['status']['sort'] = 'yes';
|
||||
$config->project->datatable->fieldList['status']['pri'] = '2';
|
||||
@@ -88,7 +88,7 @@ $config->project->datatable->fieldList['end']['pri'] = '3';
|
||||
|
||||
$config->project->datatable->fieldList['budget']['title'] = 'budget';
|
||||
$config->project->datatable->fieldList['budget']['fixed'] = 'no';
|
||||
$config->project->datatable->fieldList['budget']['width'] = '80';
|
||||
$config->project->datatable->fieldList['budget']['width'] = '100';
|
||||
$config->project->datatable->fieldList['budget']['required'] = 'yes';
|
||||
$config->project->datatable->fieldList['budget']['pri'] = '3';
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ body {margin-bottom: 25px;}
|
||||
#sidebar>.cell {width: 100%;}
|
||||
|
||||
th.c-budget {text-align: right; padding-right:16px !important;}
|
||||
td.c-budget {text-align: right; padding-right:16px !important;}
|
||||
td.c-actions {overflow: visible;}
|
||||
td.c-PM {white-space: nowrap; overflow: hidden;}
|
||||
.c-actions .btn {overflow: visible;}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.future {display: inline-block;}
|
||||
.c-number {overflow: hidden; text-align: right !important; padding-right: 32px !important; text-overflow: ellipsis; white-space: nowrap;}
|
||||
.c-number {overflow: hidden; text-align: right !important;text-overflow: ellipsis; white-space: nowrap;}
|
||||
.text-remind {color: #ffa34d;}
|
||||
td.delayed {color: #fff; background: #e84e0f !important;}
|
||||
|
||||
Reference in New Issue
Block a user