Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
th-app-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Amparo Oliver
th-app-java
Commits
809d1df8
Commit
809d1df8
authored
Nov 23, 2021
by
Joaquin Elias Baranda Ayala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion Front-End
parent
2d67c970
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
61 additions
and
13 deletions
+61
-13
curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
+61
-13
curriculumsearch/src/main/webapp/img/placeholder/building_ph.png
+0
-0
curriculumsearch/src/main/webapp/img/placeholder/cargo_ph.png
+0
-0
curriculumsearch/src/main/webapp/img/placeholder/description_ph.png
+0
-0
curriculumsearch/src/main/webapp/img/placeholder/motivoSalida_ph.png
+0
-0
curriculumsearch/src/main/webapp/img/placeholder/relacion_ph.png
+0
-0
curriculumsearch/src/main/webapp/img/placeholder/studios_ph.png
+0
-0
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
+0
-0
No files found.
curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
View file @
809d1df8
...
...
@@ -217,6 +217,7 @@ form[name="postulante"]{
label
:hover
{
color
:
#bfbfbf
;
}
/*ICONOS Y PLACEHOLDER
.size-placeholder::placeholder{
background-size: 18px 18px;
...
...
@@ -225,19 +226,19 @@ label:hover {
}
/*Nombre
*/
.n
ame-placeholder
::placeholder
{
/*Nombre
.n
ombre-ph
::placeholder{
background-image: url(../img/placeholder/name_ph.png);
}
/*Apellido*/
.lastname-placeholder
::placeholder
{
Apellido
#apellido
::placeholder{
background-image: url(../img/placeholder/lastname_ph.png);
}
/*Email*/
.email-placeholder
::placeholder
{
Email
#correo
::placeholder{
background-image: url(../img/placeholder/email_ph.png);
}
/*
Numero de documento*/
Numero de documento*/
#nroDocument
::-webkit-outer-spin-button
,
#nroDocument
::-webkit-inner-spin-button
{
...
...
@@ -247,15 +248,16 @@ label:hover {
#nroDocument
[
type
=
number
]
{
-moz-appearance
:
textfield
;
}
/*
.nroDocument-ph::placeholder{
background-image: url(../img/placeholder/nroDocumento_ph.png);
margin-left: 5px;
}
/*Direccion*/
.direccion-ph
::placeholder
{
Direccion
#direccion
::placeholder{
background-image: url(../img/placeholder/adress_ph.png);
background-size: 14px 14px;
}
}
*/
/*Telefono*/
#telefono
::-webkit-outer-spin-button
,
#telefono
::-webkit-inner-spin-button
...
...
@@ -266,8 +268,53 @@ label:hover {
#telefono
[
type
=
number
]
{
-moz-appearance
:
textfield
;
}
/*
.telefono-ph::placeholder{
background-image
:
url(../img/placeholder/telephone_ph.png)
;
background-image: url(../img/placeholder/telephone_ph.png);
}
/*Modal Estudio
#institucionEstudio::placeholder{
background-image: url(../img/placeholder/studios_ph.png);
}
#temaDeEstudio::placeholder{
background-image: url(../img/placeholder/studios_ph.png);
}
#institucionExperiencia::placeholder{
background-image: url(../img/placeholder/studios_ph.png);
}
#cargo::placeholder{
background-image: url(../img/placeholder/cargo_ph.png);
}
#descripcion::placeholder{
background-image: url(../img/placeholder/description_ph.png);
}
#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);
}
#motivoSalida::placeholder{
background-image: url(../img/placeholder/motivoSalida_ph.png);
}
#relacion::placeholder{
background-image: url(../img/placeholder/relacion_ph.png);
}
*/
/*Prueba Font Awesome*/
.FA
{
font-family
:
'Shippori Antique B1'
,
FontAwesome
;
}
\ No newline at end of file
curriculumsearch/src/main/webapp/img/placeholder/building_ph.png
0 → 100644
View file @
809d1df8
157 KB
curriculumsearch/src/main/webapp/img/placeholder/cargo_ph.png
0 → 100644
View file @
809d1df8
156 KB
curriculumsearch/src/main/webapp/img/placeholder/description_ph.png
0 → 100644
View file @
809d1df8
145 KB
curriculumsearch/src/main/webapp/img/placeholder/motivoSalida_ph.png
0 → 100644
View file @
809d1df8
164 KB
curriculumsearch/src/main/webapp/img/placeholder/relacion_ph.png
0 → 100644
View file @
809d1df8
165 KB
curriculumsearch/src/main/webapp/img/placeholder/studios_ph.png
0 → 100644
View file @
809d1df8
133 KB
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
View file @
809d1df8
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment