diff --git a/curriculumsearch/src/main/resources/static/main.js b/curriculumsearch/src/main/resources/static/main.js
index a371dc7..9658112 100644
--- a/curriculumsearch/src/main/resources/static/main.js
+++ b/curriculumsearch/src/main/resources/static/main.js
@@ -175,7 +175,7 @@ function agregarFieldTecnologia(){
if(tecn==null) continue;
content1 += `
- ${tecn.tecnologia.nombre} ( ${tecn.nivel} )
+ ${tecn.tecnologia.nombre} ( ${tecn.nivel} )
`
@@ -267,7 +267,7 @@ function agregarFieldExpierncia(event){
if(exp==null) continue;
content += `
-
Experiencia
+
Experiencia
- Institucion
- ${exp.institucion}
@@ -380,7 +380,7 @@ function agregarFieldEstudio(){
if(est==null) continue;
content += `
-
Estudio
+
Estudio
- Institucion
- ${est.institucion.nombre}
@@ -473,7 +473,7 @@ function agregarFieldCargo(){
if(car==null) continue;
content1 += `
- ${document.querySelector('[name=cargo-id] > option[value="'+car.id+'"]').innerHTML}
+ ${document.querySelector('[name=cargo-id] > option[value="'+car.id+'"]').innerHTML}
@@ -547,7 +547,7 @@ function agregarFieldReferencia(event){
if(exp==null) continue;
content += `
-
Referencia Personal
+
Referencia Personal
- Nombre
- ${exp.nombre}
diff --git a/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css b/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
index a4276b5..7301ccc 100644
--- a/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
+++ b/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
@@ -217,7 +217,41 @@ form[name="postulante"]{
label:hover {
color: #bfbfbf;
}
-/*ICONOS Y PLACEHOLDER
+/*ICONOS Y PLACEHOLDER*/
+.FA{
+ font-family: 'Shippori Antique B1',FontAwesome;
+}
+
+
+#nroDocument::-webkit-outer-spin-button,
+#nroDocument::-webkit-inner-spin-button
+{
+ -webkit-appearance: none;
+ margin: 0;
+}
+#nroDocument[type=number] {
+ -moz-appearance: textfield;
+}
+#telefono::-webkit-outer-spin-button,
+#telefono::-webkit-inner-spin-button
+{
+ -webkit-appearance: none;
+ margin: 0;
+}
+#telefono[type=number] {
+ -moz-appearance: textfield;
+}
+#refTel::-webkit-outer-spin-button,
+#refTel::-webkit-inner-spin-button
+{
+ -webkit-appearance: none;
+ margin: 0;
+}
+#refTel[type=number] {
+ -moz-appearance: textfield;
+}
+.pointer {cursor: pointer;}
+/*
.size-placeholder::placeholder{
background-size: 18px 18px;
@@ -239,15 +273,7 @@ Email
background-image: url(../img/placeholder/email_ph.png);
}
Numero de documento*/
-#nroDocument::-webkit-outer-spin-button,
-#nroDocument::-webkit-inner-spin-button
-{
- -webkit-appearance: none;
- margin: 0;
-}
-#nroDocument[type=number] {
- -moz-appearance: textfield;
-}
+
/*
.nroDocument-ph::placeholder{
background-image: url(../img/placeholder/nroDocumento_ph.png);
@@ -259,15 +285,7 @@ Direccion
background-size: 14px 14px;
}*/
/*Telefono*/
-#telefono::-webkit-outer-spin-button,
-#telefono::-webkit-inner-spin-button
-{
- -webkit-appearance: none;
- margin: 0;
-}
-#telefono[type=number] {
- -moz-appearance: textfield;
-}
+
/*
.telefono-ph::placeholder{
background-image: url(../img/placeholder/telephone_ph.png);
@@ -293,15 +311,7 @@ Direccion
#refNombre::placeholder{
background-image: url(../img/placeholder/name_ph.png);
}*/
-#refTel::-webkit-outer-spin-button,
-#refTel::-webkit-inner-spin-button
-{
- -webkit-appearance: none;
- margin: 0;
-}
-#refTel[type=number] {
- -moz-appearance: textfield;
-}
+
/*
.telefono-ph::placeholder{
background-image: url(../img/placeholder/telephone_ph.png);
@@ -315,6 +325,3 @@ Direccion
*/
/*Prueba Font Awesome*/
-.FA{
- font-family: 'Shippori Antique B1',FontAwesome;
-}
\ No newline at end of file
diff --git a/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp b/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
index 79db604..60cbecf 100644
--- a/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
+++ b/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
@@ -155,7 +155,7 @@
-
Cargos
+ Cargos
@@ -175,7 +175,7 @@
-
Estudios
+ Estudios
@@ -193,7 +193,7 @@
-
Tecnologias
+ Tecnologias
@@ -217,7 +217,7 @@
-
Experiencias
+ Experiencias