Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
cae0567b
Commit
cae0567b
authored
Mar 08, 2019
by
Jay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
password page css changes.
parent
19b57b1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
8 deletions
+30
-8
common.css
cmsWebApp/webroot/css/common.css
+17
-0
password_page.jsp
...bApp/webroot/extensions/applicantportal/password_page.jsp
+13
-8
No files found.
cmsWebApp/webroot/css/common.css
View file @
cae0567b
...
@@ -7728,6 +7728,23 @@ input{
...
@@ -7728,6 +7728,23 @@ input{
width
:
100%
;
width
:
100%
;
}
}
.pwd-input-box
{
width
:
100%
;
position
:
relative
;}
.pwd-box
{
margin
:
20px
;
display
:
inline-block
;
width
:
90%
;
position
:
relative
;}
.pwd-label
{
position
:
relative
;
top
:
10px
;
margin-bottom
:
20px
;}
.main-password-popup
{
border-radius
:
2px
;
background-color
:
#ffffff
;
border
:
1px
solid
#e8e8eb
;
width
:
500px
;
margin
:
0
auto
;
text-align
:
center
;
padding
:
0
;
}
.pwd-verify-identity
{
text-align
:
center
;
}
/*
/*
End of CV Cover Letter Popup
End of CV Cover Letter Popup
*/
*/
cmsWebApp/webroot/extensions/applicantportal/password_page.jsp
View file @
cae0567b
...
@@ -80,10 +80,14 @@
...
@@ -80,10 +80,14 @@
%>
%>
<style>
<style>
.
main
-verify-identity .second-style {
.
pwd
-verify-identity .second-style {
font-size: 14px;
font-size: 14px;
line-height: 40px;
/*line-height: 40px;*/
}
}
.pl-verify {margin: 8.3% auto 9px !important}
body {background-color: #e9ecef !important}
</style>
</style>
<div class="apply-job-logo-header signinpage">
<div class="apply-job-logo-header signinpage">
...
@@ -109,17 +113,18 @@
...
@@ -109,17 +113,18 @@
<oneit:form name="editApplication" method="post" enctype="multipart/form-data">
<oneit:form name="editApplication" method="post" enctype="multipart/form-data">
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<div class="main-verify-identity">
<div class="pwd-verify-identity">
<div class="pl-verify">Please enter your password to continue your application</div>
<%
<%
if(isVerify)
if(isVerify)
{
{
%>
%>
<div id="overlay">
<div id="overlay">
<div class="modal-dialog
welcome-pop-top
">
<div class="modal-dialog">
<div class="modal-body main-
welcome
-popup">
<div class="modal-body main-
password
-popup">
<div class="form-group text-left">
<div class="form-group text-left
pwd-box
">
<label>Password</label>
<label
class="pwd-label"
>Password</label>
<oneit:ormInput obj="<%= job %>" type="password" attributeName="Password" cssClass="form-control second-style" autofocus="true"/>
<oneit:ormInput obj="<%= job %>" type="password" attributeName="Password" cssClass="form-control second-style
pwd-input-box
" autofocus="true"/>
</div>
</div>
<div class="create-y-f-job">
<div class="create-y-f-job">
<oneit:button value="Verify and proceed" name="verifyIdentity" cssClass="box-btn verify-btn"
<oneit:button value="Verify and proceed" name="verifyIdentity" cssClass="box-btn verify-btn"
...
...
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