ramani
Diff Revisions
567
vs
568
for /Ramani/web/login.xhtml
|
@@ -9,7 +9,7 @@ |
9 |
9 |
|
|
10 |
10 |
|
</h:head> |
11 |
11 |
|
<h:body> |
12 |
|
- |
<h:outputStylesheet name="loginCss.css"/> |
|
12 |
+ |
|
13 |
13 |
|
<p:layout fullPage="true"> |
14 |
14 |
|
<p:growl showDetail="true"/> |
15 |
15 |
|
|
|
@@ -17,9 +17,10 @@ |
17 |
17 |
|
<p:layoutUnit position="center" |
18 |
18 |
|
style="border-color: transparent;"> |
19 |
19 |
|
<div align="center" style=" margin-top: 130px; "> |
20 |
|
- |
<span style="font-size: 40px; font-family: serif; font-weight: bold; color: #4d90fe;">Ramani</span> |
21 |
|
- |
<p:panel > |
22 |
|
- |
<p:graphicImage value="resources/logo.png" styleClass="logo"/> |
|
20 |
+ |
<span style="font-size: 40px; font-family: serif; font-weight: bold;;">Ramani</span> |
|
21 |
+ |
<p:panel style=" width: 300px ; |
|
22 |
+ |
height: 360px;"> |
|
23 |
+ |
<p:graphicImage value="resources/logo.png" style="height: 110px"/> |
23 |
24 |
|
<form action="#{request.contextPath}/j_spring_security_check" |
24 |
25 |
|
method="post"> |
25 |
26 |
|
<h:panelGrid columns="1"> |
|
@@ -39,15 +40,14 @@ |
39 |
40 |
|
<h:form> |
40 |
41 |
|
<p:commandButton value="#{msg['login.Entrar']}" id="btLogin" |
41 |
42 |
|
ajax="false" |
42 |
|
- |
styleClass="btStyle"/> |
|
43 |
+ |
style="width: 100%; margin-bottom: 5px"/> |
43 |
44 |
|
</h:form> |
44 |
45 |
|
</h:panelGrid> |
45 |
46 |
|
</form> |
46 |
47 |
|
<h:form> |
47 |
48 |
|
<p:commandLink action="/criarColaborador.xhtml" |
48 |
49 |
|
value="#{msg['login.Cadastre']}" |
49 |
|
- |
ajax="false" immediate="true" |
50 |
|
- |
styleClass="linkStyle" |
|
50 |
+ |
ajax="false" immediate="true" |
51 |
51 |
|
/> |
52 |
52 |
|
</h:form> |
53 |
53 |
|
</p:panel> |
|
@@ -61,14 +61,14 @@ |
61 |
61 |
|
<h:form > |
62 |
62 |
|
<center> |
63 |
63 |
|
<h:outputLabel class="rodaPe" value="#{msg['login.Rodape']}"/> |
64 |
|
- |
<div class="lang"> |
65 |
|
- |
<h:graphicImage value="resources/icon_chat_small.png" class="imgChat"/> |
|
64 |
+ |
|
|
65 |
+ |
<h:graphicImage value="resources/icon_chat_small.png" class="imgChat" style="margin: 0 10px 0 10px;" /> |
66 |
66 |
|
<h:selectOneMenu |
67 |
67 |
|
value="#{language.localeCode}" onchange="submit()" |
68 |
68 |
|
valueChangeListener="#{language.countryLocaleCodeChanged}"> |
69 |
69 |
|
<f:selectItems value="#{language.countriesInMap}" /> |
70 |
70 |
|
</h:selectOneMenu> |
71 |
|
- |
</div> |
|
71 |
+ |
|
72 |
72 |
|
</center> |
73 |
73 |
|
</h:form> |
74 |
74 |
|
</p:layoutUnit> |