Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
IlhemEssaadi committed Aug 21, 2023
1 parent d1b7908 commit bddce94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
<portlet-application>
<portlet>
<application-ref>social-portlet</application-ref>
<portlet-ref>ImagesPortlet</portlet-ref>
<portlet-ref>BannerPortlet</portlet-ref>
</portlet>
<access-permissions>Everyone</access-permissions>
<show-info-bar>false</show-info-bar>
</portlet-application>
<container id="newsBodyPage" template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
<container id="newsBodyPage" template="system:/groovy/portal/webui/container/UIResponsiveColumnGroupContainer.gtmpl">
<access-permissions>Everyone</access-permissions>
<container cssClass="newsBodyPageLeftColumn"
template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
template="system:/groovy/portal/webui/container/UISimpleColumnContainer.gtmpl">
<access-permissions>*:/platform/users</access-permissions>
<portlet-application>
<portlet>
Expand All @@ -62,7 +62,7 @@
</portlet-application>
</container>
<container cssClass="newsBodyPageRightColumn"
template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
template="system:/groovy/portal/webui/container/UISimpleColumnContainer.gtmpl">
<access-permissions>*:/platform/users</access-permissions>
<portlet-application>
<portlet>
Expand Down
9 changes: 0 additions & 9 deletions webapp/src/main/webapp/skin/less/newsPageTemplate.less
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@

#topNewsPage {
margin-bottom: 10px;
}

#newsBodyPageChildren {
display: flex;
.newsBodyPageLeftColumn {
width: 75%;
margin-left: 15px ~'; /** orientation=rt */ ';
margin-right: 15px ~'; /** orientation=lt */ ';
}
.newsBodyPageRightColumn {
width: 25%;
margin-left: 15px ~'; /** orientation=lt */ ';
margin-right: 15px ~'; /** orientation=rt */ ';
}
}

Expand Down

0 comments on commit bddce94

Please sign in to comment.