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
f9ac131b
Commit
f9ac131b
authored
Aug 23, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Application outline page styles updated if requirement test is not applicable.
parent
62cc51cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
common.css
cmsWebApp/webroot/css/common.css
+6
-2
application_outline.jsp
...ebroot/extensions/applicantportal/application_outline.jsp
+1
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
f9ac131b
...
...
@@ -1801,8 +1801,11 @@ table.pos-table{
margin
:
53px
0
40px
;
}
.app-second-block
{
border-left
:
0
;
border-right
:
0
;
border-left
:
0
;
border-right
:
0
;
}
.app-thired-block
{
border-left
:
1px
;
}
.block-icon
{
position
:
absolute
;
...
...
@@ -4268,6 +4271,7 @@ img.alert-icon {float: left;}
.apply-job-btn
{
margin-top
:
20px
;
margin-bottom
:
9px
;}
.overview-title
{
font-size
:
15px
;
text-align
:
center
;
margin-bottom
:
9px
;}
.app-second-block
{
border-left
:
2px
solid
#d3d3d3
;
border-right
:
2px
solid
#d3d3d3
;}
.app-thired-block
{
border-left
:
2px
solid
#d3d3d3
;}
.app-block
{
margin
:
0
;
border-bottom
:
0
none
;
padding-bottom
:
34px
;}
.appli-content
{
width
:
100%
;
text-align
:
center
;
margin-bottom
:
13px
;
font-size
:
12px
;}
.app-block
p
{
line-height
:
20px
;}
...
...
cmsWebApp/webroot/extensions/applicantportal/application_outline.jsp
View file @
f9ac131b
...
...
@@ -151,7 +151,7 @@
Suspendisse vitae tempus sem.
</p>
</div>
<div class="<%= (job.getIncludeAssessmentCriteria() ? "col-sm-4 " : "col-sm-6 " ) + "col-xs-12 app-block eq-height last-border"%>">
<div class="<%= (job.getIncludeAssessmentCriteria() ? "col-sm-4 " : "col-sm-6
app-thired-block
" ) + "col-xs-12 app-block eq-height last-border"%>">
<div class="block-icon <%= isAssesmentComplete ? "app-outline-complete" : "" %>">
<div class="<%= isAssesmentComplete ? "app-outline-complete-icon" : "app-outline-assesmet-icon" %>"></div>
</div>
...
...
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