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
9c341edb
Commit
9c341edb
authored
Nov 19, 2021
by
willgonzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fondos estaticos para las paginas de login, listas y formulario
parent
eb3b4588
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
4 deletions
+10
-4
curriculumsearch/src/main/webapp/css/cargoStyle.css
+1
-0
curriculumsearch/src/main/webapp/css/detallePostulantestyle.css
+1
-1
curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
+1
-0
curriculumsearch/src/main/webapp/css/indexStyle.css
+2
-1
curriculumsearch/src/main/webapp/css/style.css
+4
-1
curriculumsearch/src/main/webapp/jsp/login.jsp
+1
-1
No files found.
curriculumsearch/src/main/webapp/css/cargoStyle.css
View file @
9c341edb
...
...
@@ -3,6 +3,7 @@ body{
background-size
:
cover
;
background-repeat
:
no-repeat
;
height
:
100vh
;
width
:
100vw
;
background-attachment
:
fixed
;
}
label
{
display
:
inline-block
;
...
...
curriculumsearch/src/main/webapp/css/detallePostulantestyle.css
View file @
9c341edb
...
...
@@ -35,7 +35,7 @@ header{
}
section
{
background-image
:
url(/img/fondoBlanco.jpg)
;
background-attachment
:
fixed
;
display
:
flex
;
}
...
...
curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
View file @
9c341edb
...
...
@@ -5,6 +5,7 @@ body {
background-repeat
:
repeat
;
height
:
100vh
;
width
:
100vw
;
align-items
:
"middle"
;
background-attachment
:
fixed
;
}
#head
{
text-align
:
center
}
...
...
curriculumsearch/src/main/webapp/css/indexStyle.css
View file @
9c341edb
...
...
@@ -3,6 +3,6 @@ body{
background-size
:
cover
;
background-repeat
:
no-repeat
;
height
:
100vh
;
width
:
100vw
;
background-attachment
:
fixed
;
-webkit-text-size-adjust
:
100%
;
}
\ No newline at end of file
curriculumsearch/src/main/webapp/css/style.css
View file @
9c341edb
...
...
@@ -5,12 +5,15 @@
body
{
background-image
:
url(/img/FondoRoshka.jpg)
;
background-size
:
cover
;
background-position
:
center
;
background-repeat
:
no-repeat
;
overflow
:
hidden
;
background-attachment
:
fixed
;
/* overflow: hidden; */
height
:
100%
;
width
:
100%
;
align-items
:
"middle"
;
position
:
absolute
;
}
#form
{
max-width
:
333px
;
width
:
90%
;
position
:
relative
;
left
:
50%
;
...
...
curriculumsearch/src/main/webapp/jsp/login.jsp
View file @
9c341edb
...
...
@@ -13,7 +13,7 @@
<body>
<jsp:include
page=
"alerts.jsp"
/>
<!-- <section class="vh-100" style="background-color: #508bfc;"> -->
<div
class=
"container
py-5
h-100"
>
<div
class=
"container h-100"
>
<div
class=
"row d-flex justify-content-center align-items-center h-10"
>
<div
class=
"col-12 col-md-8 col-lg-6 col-xl-5"
>
<div
class=
"card shadow-2-strong"
style=
"border-radius: 1rem;"
>
...
...
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