Commit cae0567b by Jay

password page css changes.

parent 19b57b1e
......@@ -7728,6 +7728,23 @@ input{
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
*/
......@@ -80,10 +80,14 @@
%>
<style>
.main-verify-identity .second-style {
.pwd-verify-identity .second-style {
font-size: 14px;
line-height: 40px;
/*line-height: 40px;*/
}
.pl-verify {margin: 8.3% auto 9px !important}
body {background-color: #e9ecef !important}
</style>
<div class="apply-job-logo-header signinpage">
......@@ -109,17 +113,18 @@
<oneit:form name="editApplication" method="post" enctype="multipart/form-data">
<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)
{
%>
<div id="overlay">
<div class="modal-dialog welcome-pop-top">
<div class="modal-body main-welcome-popup">
<div class="form-group text-left">
<label>Password</label>
<oneit:ormInput obj="<%= job %>" type="password" attributeName="Password" cssClass="form-control second-style" autofocus="true"/>
<div class="modal-dialog">
<div class="modal-body main-password-popup">
<div class="form-group text-left pwd-box">
<label class="pwd-label">Password</label>
<oneit:ormInput obj="<%= job %>" type="password" attributeName="Password" cssClass="form-control second-style pwd-input-box" autofocus="true"/>
</div>
<div class="create-y-f-job">
<oneit:button value="Verify and proceed" name="verifyIdentity" cssClass="box-btn verify-btn"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment