* Finish task#36040.
This commit is contained in:
@@ -175,7 +175,6 @@ $filter->program->ajaxgetpgmdropmenu->cookie['showClosed'] = 'code';
|
||||
$filter->project->default->cookie['lastProject'] = 'int';
|
||||
$filter->project->default->cookie['lastPRJ'] = 'int';
|
||||
$filter->project->default->cookie['projectMode'] = 'code';
|
||||
$filter->project->default->cookie['recentExecutions'] = 'code';
|
||||
$filter->project->story->cookie['storyModuleParam'] = 'int';
|
||||
$filter->project->story->cookie['storyPreProjectID'] = 'int';
|
||||
$filter->project->story->cookie['storyProductParam'] = 'int';
|
||||
@@ -186,7 +185,6 @@ $filter->project->task->cookie['preProjectID'] = 'int';
|
||||
$filter->project->task->cookie['productBrowseParam'] = 'int';
|
||||
$filter->project->task->cookie['projectTaskOrder'] = 'reg::orderBy';
|
||||
$filter->project->task->cookie['windowWidth'] = 'int';
|
||||
$filter->project->task->cookie['recentExecutions'] = 'code';
|
||||
$filter->project->export->cookie['checkedItem'] = 'reg::checked';
|
||||
|
||||
$filter->qa->default->cookie['lastProduct'] = 'int';
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
.datatable .flexarea tbody>tr.checked>td:first-child:before,
|
||||
.datatable .fixed-right tbody>tr.checked>td:first-child:before {display: none}
|
||||
.datatable>.scroll-wrapper {z-index: 10;}
|
||||
.has-fixed-footer .scroll-wrapper {bottom: 89px; position: fixed;}
|
||||
.has-fixed-footer .scroll-wrapper {bottom: 49px; position: fixed;}
|
||||
.has-fixed-footer .scroll-wrapper .scroll-slide.scroll-pos-out{height:8px;bottom: -8px;}
|
||||
.has-fixed-footer .scroll-wrapper .scroll-slide.scroll-pos-out .bar{height:8px;}
|
||||
.datatable .flexarea thead>tr>th:first-child,
|
||||
|
||||
Reference in New Issue
Block a user