Añadido formato de cabecera.
This commit is contained in:
@@ -20,10 +20,10 @@
|
|||||||
<h:body>
|
<h:body>
|
||||||
<p:growl id="messages" globalOnly="true" sticky="false" showDetail="true" life="15000" />
|
<p:growl id="messages" globalOnly="true" sticky="false" showDetail="true" life="15000" />
|
||||||
<div id="layout">
|
<div id="layout">
|
||||||
<div id="top" class="top">
|
<div id="top" class="top background-light-blue">
|
||||||
<h:graphicImage library="images" name="logo-small.png" height="116" alt="MyHealth by Grupo 2"/>
|
<h:graphicImage library="images" name="logo-small.png" height="116" alt="MyHealth by Grupo 2"/>
|
||||||
</div>
|
</div>
|
||||||
<div id="menuDiv" style="margin-bottom: 10px;">
|
<div id="menuDiv" style="padding: 8px;">
|
||||||
<p:ajaxStatus style="width:32px; height:32px; position:fixed; right:48px; bottom:48px" onerror="onAjaxError()">
|
<p:ajaxStatus style="width:32px; height:32px; position:fixed; right:48px; bottom:48px" onerror="onAjaxError()">
|
||||||
<f:facet name="start">
|
<f:facet name="start">
|
||||||
<i id="loginSpin" class="pi pi-spin pi-spinner" style="font-size: 3em" />
|
<i id="loginSpin" class="pi pi-spin pi-spinner" style="font-size: 3em" />
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
</p:menubar>
|
</p:menubar>
|
||||||
</h:form>
|
</h:form>
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="content" style="padding-left: 8px;padding-right: 8px;">
|
||||||
<ui:insert name="content">Content</ui:insert>
|
<ui:insert name="content">Content</ui:insert>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,11 +1,17 @@
|
|||||||
body {
|
body {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide {
|
.hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.background-light-blue {
|
||||||
|
background-image: url("#{resource['images/fondo.png']}");
|
||||||
|
}
|
||||||
|
|
||||||
.nopadding {
|
.nopadding {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
|||||||
BIN
1.sources/MyHealth/docroot/resources/images/fondo.png
Normal file
BIN
1.sources/MyHealth/docroot/resources/images/fondo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 431 B |
Reference in New Issue
Block a user