feat: atualizar estrutura do menu e estilização do layout
parent
f24aa85fbd
commit
8759971f48
|
@ -6,15 +6,73 @@
|
|||
xmlns:p="http://primefaces.org/ui"
|
||||
xmlns:ui="http://java.sun.com/jsf/facelets"
|
||||
>
|
||||
<p:submenu label="agtemplate">
|
||||
<p:submenu label="Cadastros" icon="pi pi-list" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="tb_template"
|
||||
value="Recadastramento"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
|
||||
<p:menuitem
|
||||
value="tb_template"
|
||||
value="Cargo Função"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
|
||||
<p:menuitem
|
||||
value="Grupo Evento"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
|
||||
<p:menuitem
|
||||
value="Evento"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
</p:submenu>
|
||||
|
||||
<p:submenu label="Movimentação" icon="pi pi-arrows-h" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
</p:submenu>
|
||||
|
||||
<p:submenu label="Recursos Humanos" icon="pi pi-heart" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
</p:submenu>
|
||||
|
||||
<p:submenu label="Relatórios" icon="pi pi-file" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
</p:submenu>
|
||||
|
||||
<p:submenu label="Utilitários" icon="pi pi-th-large" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
</p:submenu>
|
||||
|
||||
<p:submenu label="Ajuda" icon="pi pi-info-circle" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
}
|
||||
|
||||
.headerContainer {
|
||||
padding: 12px 32px;
|
||||
padding: 12px 24px;
|
||||
}
|
||||
|
||||
.headerContainer .headerTitle {
|
||||
|
@ -3896,6 +3896,8 @@ p:last-child {
|
|||
}
|
||||
.menu-wrapper .layout-menu-container .layout-menu li > a .layout-menuitem-text {
|
||||
margin: 0 11px;
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
}
|
||||
.menu-wrapper .layout-menu-container .layout-menu li > a i {
|
||||
font-size: 14px;
|
||||
|
@ -4312,7 +4314,9 @@ p:last-child {
|
|||
display: none;
|
||||
}
|
||||
.layout-wrapper.layout-horizontal .layout-main {
|
||||
padding-top: 104px;
|
||||
margin-top: 26px;
|
||||
border-radius: 30px;
|
||||
background: #ffffff;
|
||||
}
|
||||
}
|
||||
.layout-menu-dark .menu-wrapper {
|
||||
|
@ -4477,7 +4481,7 @@ p:last-child {
|
|||
.layout-menu
|
||||
> li
|
||||
a:hover {
|
||||
background-color: #495771;
|
||||
background-color: #326526;
|
||||
}
|
||||
.layout-menu-dim
|
||||
.menu-wrapper
|
||||
|
@ -6585,7 +6589,7 @@ body {
|
|||
height: 100%;
|
||||
}
|
||||
body.main-body {
|
||||
background: #ffffff;
|
||||
background: #285b1c;
|
||||
}
|
||||
body a {
|
||||
color: #2c84d8;
|
||||
|
@ -6609,7 +6613,7 @@ body a:hover {
|
|||
}
|
||||
|
||||
.layout-wrapper .layout-main {
|
||||
padding-top: 56px;
|
||||
padding-top: 20px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
|
@ -7361,7 +7365,7 @@ body a:hover {
|
|||
|
||||
.layout-breadcrumb {
|
||||
background-color: transparent;
|
||||
padding: 12px 32px;
|
||||
padding: 12px 24px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -7,4 +7,5 @@
|
|||
xmlns:ui="jakarta.faces.facelets"
|
||||
xmlns:po="http://primefaces.org/poseidon">
|
||||
|
||||
|
||||
</ui:composition>
|
||||
|
|
|
@ -6,15 +6,73 @@
|
|||
xmlns:p="http://primefaces.org/ui"
|
||||
xmlns:ui="http://java.sun.com/jsf/facelets"
|
||||
>
|
||||
<p:submenu label="agtemplate">
|
||||
<p:submenu label="Cadastros" icon="pi pi-list" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="tb_template"
|
||||
value="Recadastramento"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
|
||||
<p:menuitem
|
||||
value="tb_template"
|
||||
value="Cargo Função"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
|
||||
<p:menuitem
|
||||
value="Grupo Evento"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
|
||||
<p:menuitem
|
||||
value="Evento"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
</p:submenu>
|
||||
|
||||
<p:submenu label="Movimentação" icon="pi pi-arrows-h" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
</p:submenu>
|
||||
|
||||
<p:submenu label="Recursos Humanos" icon="pi pi-heart" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
</p:submenu>
|
||||
|
||||
<p:submenu label="Relatórios" icon="pi pi-file" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
</p:submenu>
|
||||
|
||||
<p:submenu label="Utilitários" icon="pi pi-th-large" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
</p:submenu>
|
||||
|
||||
<p:submenu label="Ajuda" icon="pi pi-info-circle" style="font-size: 16px; font-weight: 300">
|
||||
<p:menuitem
|
||||
value="Convênio"
|
||||
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
||||
immediate="true"
|
||||
/>
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
}
|
||||
|
||||
.headerContainer {
|
||||
padding: 12px 32px;
|
||||
padding: 12px 24px;
|
||||
}
|
||||
|
||||
.headerContainer .headerTitle {
|
||||
|
@ -3896,6 +3896,8 @@ p:last-child {
|
|||
}
|
||||
.menu-wrapper .layout-menu-container .layout-menu li > a .layout-menuitem-text {
|
||||
margin: 0 11px;
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
}
|
||||
.menu-wrapper .layout-menu-container .layout-menu li > a i {
|
||||
font-size: 14px;
|
||||
|
@ -4312,7 +4314,9 @@ p:last-child {
|
|||
display: none;
|
||||
}
|
||||
.layout-wrapper.layout-horizontal .layout-main {
|
||||
padding-top: 104px;
|
||||
margin-top: 26px;
|
||||
border-radius: 30px;
|
||||
background: #ffffff;
|
||||
}
|
||||
}
|
||||
.layout-menu-dark .menu-wrapper {
|
||||
|
@ -4477,7 +4481,7 @@ p:last-child {
|
|||
.layout-menu
|
||||
> li
|
||||
a:hover {
|
||||
background-color: #495771;
|
||||
background-color: #326526;
|
||||
}
|
||||
.layout-menu-dim
|
||||
.menu-wrapper
|
||||
|
@ -6585,7 +6589,7 @@ body {
|
|||
height: 100%;
|
||||
}
|
||||
body.main-body {
|
||||
background: #ffffff;
|
||||
background: #285b1c;
|
||||
}
|
||||
body a {
|
||||
color: #2c84d8;
|
||||
|
@ -6609,7 +6613,7 @@ body a:hover {
|
|||
}
|
||||
|
||||
.layout-wrapper .layout-main {
|
||||
padding-top: 56px;
|
||||
padding-top: 20px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
|
@ -7361,7 +7365,7 @@ body a:hover {
|
|||
|
||||
.layout-breadcrumb {
|
||||
background-color: transparent;
|
||||
padding: 12px 32px;
|
||||
padding: 12px 24px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -7,4 +7,5 @@
|
|||
xmlns:ui="jakarta.faces.facelets"
|
||||
xmlns:po="http://primefaces.org/poseidon">
|
||||
|
||||
|
||||
</ui:composition>
|
||||
|
|
Loading…
Reference in New Issue