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
6d0e28ea
Commit
6d0e28ea
authored
Jul 31, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Applicant portal footer size and styles updated.
parent
d2faa809
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
3 deletions
+27
-3
common.css
cmsWebApp/webroot/css/common.css
+8
-1
application_outline.jsp
...ebroot/extensions/applicantportal/application_outline.jsp
+8
-0
job_overview.jsp
...ebApp/webroot/extensions/applicantportal/job_overview.jsp
+9
-0
selection_criteria.jsp
...webroot/extensions/applicantportal/selection_criteria.jsp
+1
-1
workplace_culture.jsp
.../webroot/extensions/applicantportal/workplace_culture.jsp
+1
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
6d0e28ea
...
...
@@ -1620,8 +1620,9 @@ table.pos-table{
position
:
fixed
;
left
:
0px
;
bottom
:
0px
;
padding-top
:
30
px
;
padding-top
:
15
px
;
background-color
:
#e9ecef
;
z-index
:
999
;
}
.aust-logo
{
display
:
inline-block
;
...
...
@@ -1881,6 +1882,12 @@ table.pos-table{
width
:
100%
;
/*margin-bottom: 87px;*/
}
.main-sc-section-bottom
{
padding
:
35px
70px
;
display
:
inline-block
;
width
:
100%
;
margin-bottom
:
87px
;
}
.selection-br-line
{
display
:
block
;
width
:
100%
;
...
...
cmsWebApp/webroot/extensions/applicantportal/application_outline.jsp
View file @
6d0e28ea
...
...
@@ -91,5 +91,12 @@
<%
}
%>
<style>
.power-footer {
background-color:#fff;
}
</style>
</div>
</oneit:dynIncluded>
\ No newline at end of file
cmsWebApp/webroot/extensions/applicantportal/job_overview.jsp
View file @
6d0e28ea
...
...
@@ -18,6 +18,15 @@
if(job != null)
{
%>
<style>
.row {
padding-bottom: 120px;
}
.power-footer {
background-color:#fff;
}
</style>
<div class="main-position-overview">
<div class="aust-logo"><img src="images/australia-post.png"></div>
<div class="overview-title"><oneit:toString value="<%= job.getJobTitle() %>" mode="EscapeHTML"/></div>
...
...
cmsWebApp/webroot/extensions/applicantportal/selection_criteria.jsp
View file @
6d0e28ea
...
...
@@ -97,7 +97,7 @@
}
%>
<div class="selection-br-line"></div>
<div class="main-sc-section btn-remove-padd">
<div class="main-sc-section
-bottom
btn-remove-padd">
<div class="section-btn text-center">
<oneit:button value="Save and exit" name="save" cssClass="box-btn-gray"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", exitPage)
...
...
cmsWebApp/webroot/extensions/applicantportal/workplace_culture.jsp
View file @
6d0e28ea
...
...
@@ -106,7 +106,7 @@
%>
</div>
<div class="selection-br-line"></div>
<div class="main-sc-section btn-remove-padd">
<div class="main-sc-section
-bottom
btn-remove-padd">
<div class="section-btn text-center">
<oneit:button value="Save and exit" name="save" cssClass="box-btn-gray"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", exitPage)
...
...
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