From 6f8ad97cf1f240fce290dc4d9985c9280f83f02d Mon Sep 17 00:00:00 2001 From: cristianpizociat <108532158+cristianpizociat@users.noreply.github.com> Date: Wed, 31 May 2023 15:29:28 -0500 Subject: [PATCH] :wrench: chore(deliverable): adjustment width popup IPI 2.3 --- .../ADRESSED_IN_CRP_deliverable/deliverableList.ftl | 2 +- .../WEB-INF/crp/views/projects/projectContributionCrp.ftl | 2 +- .../main/webapp/crp/css/projects/projectContributionCrp.css | 1 + .../src/main/webapp/crp/css/projects/projectDeliverable.css | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/marlo-web/src/main/webapp/WEB-INF/center/views/monitoring/ADRESSED_IN_CRP_deliverable/deliverableList.ftl b/marlo-web/src/main/webapp/WEB-INF/center/views/monitoring/ADRESSED_IN_CRP_deliverable/deliverableList.ftl index bc5b628e1b..eb630c7b3a 100644 --- a/marlo-web/src/main/webapp/WEB-INF/center/views/monitoring/ADRESSED_IN_CRP_deliverable/deliverableList.ftl +++ b/marlo-web/src/main/webapp/WEB-INF/center/views/monitoring/ADRESSED_IN_CRP_deliverable/deliverableList.ftl @@ -8,7 +8,7 @@ /] [#assign customCSS = [ "${baseUrlCdn}/global/css/customDataTable.css", - "${baseUrlMedia}/css/deliverable/projectDeliverable.css?20230529" + "${baseUrlMedia}/css/deliverable/projectDeliverable.css?20230531" ] /] [#assign currentSection = "monitoring" /] diff --git a/marlo-web/src/main/webapp/WEB-INF/crp/views/projects/projectContributionCrp.ftl b/marlo-web/src/main/webapp/WEB-INF/crp/views/projects/projectContributionCrp.ftl index 0409ea7f20..25cff6e38a 100644 --- a/marlo-web/src/main/webapp/WEB-INF/crp/views/projects/projectContributionCrp.ftl +++ b/marlo-web/src/main/webapp/WEB-INF/crp/views/projects/projectContributionCrp.ftl @@ -14,7 +14,7 @@ ] /] [#assign customCSS = [ - "${baseUrlMedia}/css/projects/projectContributionCrp.css?20230502", + "${baseUrlMedia}/css/projects/projectContributionCrp.css?20230530", "${baseUrlMedia}/css/annualReport/annualReportGlobal.css?20221104A", "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" ] diff --git a/marlo-web/src/main/webapp/crp/css/projects/projectContributionCrp.css b/marlo-web/src/main/webapp/crp/css/projects/projectContributionCrp.css index 7e15db68d4..9acfed82c6 100644 --- a/marlo-web/src/main/webapp/crp/css/projects/projectContributionCrp.css +++ b/marlo-web/src/main/webapp/crp/css/projects/projectContributionCrp.css @@ -184,4 +184,5 @@ a#opener { .ui-dialog{ width: 90% !important; + max-width: 1300px !important; } \ No newline at end of file diff --git a/marlo-web/src/main/webapp/crp/css/projects/projectDeliverable.css b/marlo-web/src/main/webapp/crp/css/projects/projectDeliverable.css index 0766671537..8ab544f07d 100644 --- a/marlo-web/src/main/webapp/crp/css/projects/projectDeliverable.css +++ b/marlo-web/src/main/webapp/crp/css/projects/projectDeliverable.css @@ -1106,3 +1106,8 @@ div.fieldFocus-deliverable { } } +@media (max-width:1520px){ + .containerShowHide{ + left: 610px; + } +}