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
1
Merge Requests
1
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
Oscar Enrique Gonzalez Escurra
th-app-java
Commits
fd81e613
Commit
fd81e613
authored
3 years ago
by
Joel Florentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
estilos de los select form postulante unificado
parent
41c32e63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
+0
-1
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
+2
-2
No files found.
curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
View file @
fd81e613
...
...
@@ -154,7 +154,6 @@ select:focus {
-moz-appearance
:
none
;
}
.content-select
{
max-width
:
250px
;
position
:
relative
;
}
...
...
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
View file @
fd81e613
...
...
@@ -122,7 +122,7 @@
<br>
<div
class=
"inputs mb-3 col-md-
4
"
>
<label
for=
"nivelIngles"
class=
"form-label"
>
Nivel de ingles
</label>
<div
class=
"inputs mb-3 col-md-
6
"
>
<label
for=
"nivelIngles"
class=
"form-label"
>
Nivel de ingles
</label>
<select
name=
"nivelIngles"
id=
"nivelIngles"
class=
"content-select"
>
<option
value=
"1"
selected
>
Conocimiento de ingles muy básico
</option>
<option
value=
"2"
>
Comprendo algunas cosas y puedo leer con la ayuda del traductor
</option>
...
...
@@ -380,7 +380,7 @@
<form
name=
"tecnologia-form"
class=
"needs-validation"
novalidate
>
<label
for=
"tecnologia-nombre"
class=
"form-label"
>
Tecnología
</label>
<div
class=
"input-group mb-3"
>
<select
class=
"
form
-select"
name=
"tecnologia-id"
aria-label=
"Default select example"
required
>
<select
class=
"
content
-select"
name=
"tecnologia-id"
aria-label=
"Default select example"
required
>
<c:forEach
items=
"${tecnologias}"
var=
"tecnologia"
>
<option
value=
"${tecnologia.id}"
>
${tecnologia.nombre}
</option>
...
...
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