diff --git a/curriculumsearch/src/main/resources/static/Convo.js b/curriculumsearch/src/main/resources/static/Convo.js index 5125990..da1d9d1 100644 --- a/curriculumsearch/src/main/resources/static/Convo.js +++ b/curriculumsearch/src/main/resources/static/Convo.js @@ -6,7 +6,7 @@ function listarConvocatorias(id){ const frag = document.createDocumentFragment(); let optionDefault = document.createElement("option"); optionDefault.value = ""; - optionDefault.innerHTML = "Seleccione una opcion"; + optionDefault.innerHTML = "Seleccione"; frag.appendChild(optionDefault); for (const conv of ConvocatoriaAmostrar) { const opt = document.createElement("option"); diff --git a/curriculumsearch/src/main/webapp/css/PostulanteStyle.css b/curriculumsearch/src/main/webapp/css/PostulanteStyle.css new file mode 100644 index 0000000..dcd4f43 --- /dev/null +++ b/curriculumsearch/src/main/webapp/css/PostulanteStyle.css @@ -0,0 +1,60 @@ + +.content-select select{ + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; +} +.content-select select::-ms-expand { + display: none; +} +.content-select{ + max-width: 250px; + position: relative; +} + +.content-select select{ + display: inline-block; + width: 100%; + cursor: pointer; + padding: 7px 10px; + height: 42px; + outline: 0; + border: 0; + border-radius: 0; + background: #f0f0f0; + color: #7b7b7b; + font-size: 1em; + color: #999; + font-family: + 'Quicksand', sans-serif; + border:2px solid rgba(0,0,0,0.2); + border-radius: 12px; + position: relative; + transition: all 0.25s ease; +} + +.content-select select:hover{ + background: #B1E8CD; +} + +/* +Creamos la fecha que aparece a la izquierda del select. +Realmente este elemento es un cuadrado que sólo tienen +dos bordes con color y que giramos con transform: rotate(-45deg); +*/ +.content-select i{ + position: absolute; + right: 20px; + top: calc(50% - 13px); + width: 16px; + height: 16px; + display: block; + border-left:4px solid #2AC176; + border-bottom:4px solid #2AC176; + transform: rotate(-45deg); /* Giramos el cuadrado */ + transition: all 0.25s ease; +} + +.content-select:hover i{ + margin-top: 3px; +} \ No newline at end of file diff --git a/curriculumsearch/src/main/webapp/jsp/convocatorias.jsp b/curriculumsearch/src/main/webapp/jsp/convocatorias.jsp index 120f336..0ec4cbc 100644 --- a/curriculumsearch/src/main/webapp/jsp/convocatorias.jsp +++ b/curriculumsearch/src/main/webapp/jsp/convocatorias.jsp @@ -28,7 +28,7 @@
Agregar Nueva Convocatoria -
${SUCCESS_MESSAGE}
+
${SUCCESS_MESSAGE}
diff --git a/curriculumsearch/src/main/webapp/jsp/postulantes.jsp b/curriculumsearch/src/main/webapp/jsp/postulantes.jsp index 86af3ca..d222879 100644 --- a/curriculumsearch/src/main/webapp/jsp/postulantes.jsp +++ b/curriculumsearch/src/main/webapp/jsp/postulantes.jsp @@ -4,7 +4,11 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%> - + + + + +

Lista de Postulantes

@@ -18,8 +22,92 @@
- -
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
EstadoDisponbilidadNivel de inglesInstitucion EducativaTecnologiasNivel de TecnologiaExperiencia generalCargoConvocatoria
+ + + + + + + + + + + + + + + +
+