-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement site layout for mycraft, engage and intranet sites - EXO-67424 - Meeds-io/MIPs#88 #88
Conversation
<container id="middle-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>social-portlet</application-ref> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format code of the whole file
<page-body> </page-body> | ||
<container id="UITopBarContainer" template="system:/groovy/portal/webui/container/UITopBarContainer.gtmpl"> | ||
<access-permissions>*:/platform/users;*:/platform/externals</access-permissions> | ||
<container id="left-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl" attribute=""> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attribute="" is it needed ?
@@ -32,6 +32,46 @@ | |||
<entry key="showPortletInfo">0</entry> | |||
</properties> | |||
<portal-layout> | |||
<page-body> </page-body> | |||
<container id="UITopBarContainer" template="system:/groovy/portal/webui/container/UITopBarContainer.gtmpl"> | |||
<access-permissions>*:/platform/users;*:/platform/externals</access-permissions> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format code of the whole file
@@ -32,6 +32,46 @@ | |||
<entry key="showPortletInfo">0</entry> | |||
</properties> | |||
<portal-layout> | |||
<page-body> </page-body> | |||
<container id="UITopBarContainer" template="system:/groovy/portal/webui/container/UITopBarContainer.gtmpl"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format code of the whole file
#left-topBar-containerChildren{ | ||
display: flex !important; | ||
} | ||
.left-topBar-containerTDContainer{ | ||
margin-left: 0 ~'!important; /** orientation=lt */ '; | ||
margin-right: 0 ~'!important; /** orientation=rt */ '; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#left-topBar-containerChildren{ | |
display: flex !important; | |
} | |
.left-topBar-containerTDContainer{ | |
margin-left: 0 ~'!important; /** orientation=lt */ '; | |
margin-right: 0 ~'!important; /** orientation=rt */ '; | |
} | |
#left-topBar-containerChildren { | |
display: flex !important; | |
} | |
.left-topBar-containerTDContainer { | |
margin-left: 0 ~'!important; /** orientation=lt */ '; | |
margin-right: 0 ~'!important; /** orientation=rt */ '; | |
} |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.