|
@@ -16,21 +16,9 @@ |
16 |
16 |
|
resizable="false" |
17 |
17 |
|
closable="false" |
18 |
18 |
|
collapsible="false" |
19 |
|
- |
style="border-color: transparent"> |
20 |
|
- |
<center> |
21 |
|
- |
<h:outputText value="Ramani" |
22 |
|
- |
style="font-size: 40px; font-weight: bold"/> |
23 |
|
- |
</center> |
|
19 |
+ |
style="border-color: transparent"> |
24 |
20 |
|
<h:panelGrid columns="2" |
25 |
|
- |
columnClasses="cabCol1, cabCol2"> |
26 |
|
- |
<p:toolbar style="background-color: white; border-color: transparent"> |
27 |
|
- |
<p:toolbarGroup align="right"> |
28 |
|
- |
<h:selectOneMenu value="#{language.localeCode}" onchange="submit()" |
29 |
|
- |
valueChangeListener="#{language.countryLocaleCodeChanged}"> |
30 |
|
- |
<f:selectItems value="#{language.countriesInMap}" /> |
31 |
|
- |
</h:selectOneMenu> |
32 |
|
- |
</p:toolbarGroup> |
33 |
|
- |
</p:toolbar> |
|
21 |
+ |
columnClasses="cabCol1, cabCol2"> |
34 |
22 |
|
</h:panelGrid> |
35 |
23 |
|
</p:layoutUnit> |
36 |
24 |
|
|
|
@@ -38,11 +26,15 @@ |
38 |
26 |
|
<p:layoutUnit position="center" |
39 |
27 |
|
style="border-color: transparent"> |
40 |
28 |
|
<center> |
41 |
|
- |
<p:panel header="#{msg['criarColaborador.Cadastre']}" |
42 |
|
- |
style="width: 600px; height: 480px"> |
|
29 |
+ |
<p:panel style="width: 650px; height: 480px; |
|
30 |
+ |
box-shadow: 0 2px 2px 0; |
|
31 |
+ |
background-color: #f7f7f7; border-color: transparent"> |
|
32 |
+ |
<span style=" font-weight: bold;color: |
|
33 |
+ |
black;">#{msg['criarColaborador.Cadastre']}</span> |
|
34 |
+ |
<hr/> |
43 |
35 |
|
<h:form> |
44 |
36 |
|
<f:view encoding="ISO-8859-1"> |
45 |
|
- |
<h:panelGrid columns="1"> |
|
37 |
+ |
<h:panelGrid columns="1" style="color: black"> |
46 |
38 |
|
<h:outputText value="#{msg['criarColaborador.NomeCompleto']}" |
47 |
39 |
|
style="font-weight: bold"/> |
48 |
40 |
|
<p:inputText value="#{colaboradorBean.colaborador.nome}" |
|
@@ -58,7 +50,7 @@ |
58 |
50 |
|
style="width: 550px"/> |
59 |
51 |
|
</h:panelGrid> |
60 |
52 |
|
<br/> |
61 |
|
- |
<h:panelGrid columns="2"> |
|
53 |
+ |
<h:panelGrid columns="2" style="color: black"> |
62 |
54 |
|
<h:outputText value="#{msg['criarColaborador.DataNascimento']}" |
63 |
55 |
|
style="font-weight: bold"/> |
64 |
56 |
|
<h:outputText value="#{msg['criarColaborador.NomeUsuario']}" |
|
@@ -78,7 +70,7 @@ |
78 |
70 |
|
<h:outputText value="#{msg['criarColaborador.Senha']}" |
79 |
71 |
|
style="font-weight: bold"/> |
80 |
72 |
|
<h:outputText value="#{msg['criarColaborador.DigiteSenha']}" |
81 |
|
- |
style="font-weight: bold"/> |
|
73 |
+ |
style="font-weight: bold; font-family: Arial"/> |
82 |
74 |
|
<p:password value="#{colaboradorBean.colaborador.senha}" |
83 |
75 |
|
match="pwd2" |
84 |
76 |
|
style="width: 270px" |
|
@@ -95,7 +87,8 @@ |
95 |
87 |
|
<p:commandButton value="#{msg['criarColaborador.CriarConta']}" |
96 |
88 |
|
action="#{colaboradorBean.salvar()}" |
97 |
89 |
|
ajax="false" |
98 |
|
- |
style="width: 280px" |
|
90 |
+ |
style="width: 280px; background-color: #4d90fe; |
|
91 |
+ |
background-size: 0%; color: white; border-style: none" |
99 |
92 |
|
icon="ui-icon-plusthick" |
100 |
93 |
|
iconPos="right"/> |
101 |
94 |
|
</h:panelGrid> |
|
@@ -104,11 +97,11 @@ |
104 |
97 |
|
<h:form style="text-align: left"> |
105 |
98 |
|
<br/> |
106 |
99 |
|
<h:outputText value="#{msg['criarColaborador.JaTemConta']}" |
107 |
|
- |
style="color: darkgray"/> |
|
100 |
+ |
style="color: black;"/> |
108 |
101 |
|
<p:commandLink action="/faces/login.xhtml" |
109 |
102 |
|
value="#{msg['login.Identifique']}" |
110 |
103 |
|
ajax="false" |
111 |
|
- |
style="color: darkgray; font-weight: bold"/> |
|
104 |
+ |
style="color: #3399ff; font-weight: bold; text-decoration: none"/> |
112 |
105 |
|
</h:form> |
113 |
106 |
|
</p:panel> |
114 |
107 |
|
</center> |
|
@@ -119,7 +112,7 @@ |
119 |
112 |
|
resizable="false" |
120 |
113 |
|
closable="false" |
121 |
114 |
|
collapsible="false" |
122 |
|
- |
style="font-size: 10px"> |
|
115 |
+ |
style="font-size: 12px"> |
123 |
116 |
|
<center> |
124 |
117 |
|
<h:outputLabel value="#{msg['criarColaborador.Rodape']}"/> |
125 |
118 |
|
</center> |