Skip to content

Commit

Permalink
🔧 chore(deliverable): adjustment width popup IPI 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpizociat committed May 31, 2023
1 parent cc1c600 commit 6f8ad97
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" /]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,5 @@ a#opener {

.ui-dialog{
width: 90% !important;
max-width: 1300px !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -1106,3 +1106,8 @@ div.fieldFocus-deliverable {
}
}

@media (max-width:1520px){
.containerShowHide{
left: 610px;
}
}

0 comments on commit 6f8ad97

Please sign in to comment.