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
204922cd
Commit
204922cd
authored
Nov 30, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S12761998 # Client - Incoming Issues (raised by Client) #Limits on values
parent
db5a1415
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
8 deletions
+15
-8
common.css
cmsWebApp/webroot/css/common.css
+11
-4
job_overview.jsp
...ebApp/webroot/extensions/applicantportal/job_overview.jsp
+1
-1
sign_in.jsp
cmsWebApp/webroot/extensions/applicantportal/sign_in.jsp
+1
-1
verification_sent.jsp
.../webroot/extensions/applicantportal/verification_sent.jsp
+1
-1
verify_identity.jsp
...pp/webroot/extensions/applicantportal/verify_identity.jsp
+1
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
204922cd
...
@@ -67,6 +67,7 @@ header{
...
@@ -67,6 +67,7 @@ header{
z-index
:
1000
;
z-index
:
1000
;
}
}
.relative-parent
{
position
:
relative
;}
.relative-parent
{
position
:
relative
;}
.box-sizing-border-box
{
box-sizing
:
border-box
;}
.clearboth
{
clear
:
both
;}
.clearboth
{
clear
:
both
;}
.site-logo
{
.site-logo
{
float
:
left
;
float
:
left
;
...
@@ -1698,7 +1699,7 @@ p.job-txt , p.job-txt span{
...
@@ -1698,7 +1699,7 @@ p.job-txt , p.job-txt span{
.apply-job-logo-header
.logo-img
{
.apply-job-logo-header
.logo-img
{
display
:
inline-block
;
display
:
inline-block
;
width
:
3
3
%
;
width
:
3
0
%
;
border-right
:
1px
solid
#D8D8D8
;
border-right
:
1px
solid
#D8D8D8
;
padding-right
:
40px
;
padding-right
:
40px
;
float
:
left
;
float
:
left
;
...
@@ -1721,7 +1722,7 @@ p.job-txt , p.job-txt span{
...
@@ -1721,7 +1722,7 @@ p.job-txt , p.job-txt span{
font-size
:
26px
;
font-size
:
26px
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
60px
;
line-height
:
60px
;
width
:
66
%
;
width
:
70
%
;
float
:
left
;
float
:
left
;
}
}
...
@@ -1731,6 +1732,10 @@ p.job-txt , p.job-txt span{
...
@@ -1731,6 +1732,10 @@ p.job-txt , p.job-txt span{
line-height
:
45px
;
line-height
:
45px
;
}
}
.apply-job-logo-header.signinpage
>
div
{
width
:
80%
;
}
.main-position-overview
{
.main-position-overview
{
margin
:
0
auto
;
margin
:
0
auto
;
width
:
57.3%
;
width
:
57.3%
;
...
@@ -2031,6 +2036,7 @@ table.pos-table{
...
@@ -2031,6 +2036,7 @@ table.pos-table{
.welcome-header
{
.welcome-header
{
margin
:
60px
0
53px
;
margin
:
60px
0
53px
;
height
:
40px
;
height
:
40px
;
box-sizing
:
border-box
;
}
}
.welcome-title
{
.welcome-title
{
...
@@ -2045,6 +2051,7 @@ table.pos-table{
...
@@ -2045,6 +2051,7 @@ table.pos-table{
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
40px
;
line-height
:
40px
;
padding-left
:
35px
;
padding-left
:
35px
;
width
:
80%
;
}
}
.welcome-aust-logo
{
.welcome-aust-logo
{
height
:
40px
;
height
:
40px
;
...
@@ -7290,10 +7297,10 @@ input{
...
@@ -7290,10 +7297,10 @@ input{
}
}
.info-panel
p
{
.info-panel
p
{
line-height
:
0.5
;
line-height
:
15px
;
color
:
#7d7f82
;
color
:
#7d7f82
;
font-size
:
10px
;
font-size
:
10px
;
padding-top
:
5px
;
margin
:
10px
0
;
}
}
.info-toggle
{
.info-toggle
{
...
...
cmsWebApp/webroot/extensions/applicantportal/job_overview.jsp
View file @
204922cd
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
}
}
</style>
</style>
<div class="apply-job-logo-header">
<div class="apply-job-logo-header">
<div>
<div
class="box-sizing-border-box"
>
<div class="logo-img">
<div class="logo-img">
<%
<%
BinaryContent logo = job.getLogo();
BinaryContent logo = job.getLogo();
...
...
cmsWebApp/webroot/extensions/applicantportal/sign_in.jsp
View file @
204922cd
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
}
}
</style>
</style>
<div class="apply-job-logo-header signinpage">
<div class="apply-job-logo-header signinpage">
<div
>
<div class="box-sizing-border-box"
>
<div class="logo-img">
<div class="logo-img">
<%
<%
BinaryContent logo = job.getLogo();
BinaryContent logo = job.getLogo();
...
...
cmsWebApp/webroot/extensions/applicantportal/verification_sent.jsp
View file @
204922cd
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
$(document.body).addClass('bg-color');
$(document.body).addClass('bg-color');
</script>
</script>
<div class="apply-job-logo-header signinpage">
<div class="apply-job-logo-header signinpage">
<div>
<div
class="box-sizing-border-box"
>
<div class="logo-img">
<div class="logo-img">
<%
<%
BinaryContent logo = job.getLogo();
BinaryContent logo = job.getLogo();
...
...
cmsWebApp/webroot/extensions/applicantportal/verify_identity.jsp
View file @
204922cd
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
</oneit:script>
</oneit:script>
<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="apply-job-logo-header signinpage">
<div class="apply-job-logo-header signinpage">
<div
>
<div class="box-sizing-border-box"
>
<div class="logo-img">
<div class="logo-img">
<%
<%
BinaryContent logo = job.getLogo();
BinaryContent logo = job.getLogo();
...
...
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