From 8096337afb09531abec5cc79c9548aec0d7e570e Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Fri, 3 Nov 2023 02:48:04 -0400 Subject: [PATCH] * Merge #832434a462,Code for program-browse ipd icon. --- module/program/css/browse.css | 2 +- module/program/view/browsebylist.html.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/program/css/browse.css b/module/program/css/browse.css index d3e93a49dc..644a36ea15 100755 --- a/module/program/css/browse.css +++ b/module/program/css/browse.css @@ -20,4 +20,4 @@ div.checkbox-primary + span.table-nest-icon {margin-left: 0px !important;} #checkAll + label.hover:after {border-width: 0px;} .c-budget {width:100px; text-align: right; padding-right:16px !important;} .c-status {width: 65px !important;} -.icon-scrum.table-nest-toggle:after, .icon-waterfall.table-nest-toggle:after, .icon-kanban.table-nest-toggle:after, .icon-waterfallplus.table-nest-toggle:after, .icon-aglieplus.table-nest-toggle:after {content: ''; border: 0;} +.icon-scrum.table-nest-toggle:after, .icon-waterfall.table-nest-toggle:after, .icon-kanban.table-nest-toggle:after, .icon-waterfallplus.table-nest-toggle:after, .icon-aglieplus.table-nest-toggle:after, .icon-ipd.table-nest-toggle:after {content: ''; border: 0;} diff --git a/module/program/view/browsebylist.html.php b/module/program/view/browsebylist.html.php index 01a87def82..11e3b80d6a 100755 --- a/module/program/view/browsebylist.html.php +++ b/module/program/view/browsebylist.html.php @@ -124,6 +124,7 @@ th.table-nest-title > .table-nest-toggle-global:before {width: 100%; left: 0 !im #programTableList .icon-kanban:before {content: '\e983';} #programTableList .icon-waterfallplus:before {content: '\e9ed';} #programTableList .icon-agileplus:before {content: '\e9ee';} +#programTableList .icon-ipd:before {content: "\e9f9";} #programTableList > tr[data-type="program"] > .c-name > a {color: #0b0f18;} #programTableList > tr[data-nest-parent] {background: #f8f8f8;}