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
14846525
Commit
14846525
authored
Aug 21, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styles updated - C005 and C006.
parent
0aaa732f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
11 deletions
+28
-11
common.css
cmsWebApp/webroot/css/common.css
+6
-1
selection_criteria.jsp
...webroot/extensions/applicantportal/selection_criteria.jsp
+19
-7
workplace_culture.jsp
.../webroot/extensions/applicantportal/workplace_culture.jsp
+3
-3
No files found.
cmsWebApp/webroot/css/common.css
View file @
14846525
...
...
@@ -1922,7 +1922,7 @@ table.pos-table{
margin-bottom
:
13px
;
width
:
100%
;
}
.question-y-n
{
.
wc-
question-y-n
{
border-radius
:
3px
;
background-color
:
#ffffff
;
border
:
solid
2px
#d3d3d3
;
...
...
@@ -1930,6 +1930,10 @@ table.pos-table{
top
:
-2px
;
padding
:
30px
33px
;
}
.wc-question-y-n
label
.second-label
{
margin-bottom
:
24px
;
font-weight
:
normal
;
}
.question-y-n
label
.second-label
{
margin-bottom
:
24px
;
font-weight
:
normal
;
...
...
@@ -4310,6 +4314,7 @@ img.alert-icon {float: left;}
.main-sc-section
p
{
font-size
:
12px
;
margin-bottom
:
0
;
text-align
:
center
;}
.selection-form-title
{
font-size
:
13px
;
margin-bottom
:
12px
;}
.question-y-n
label
.second-label
{
font-size
:
12px
;
margin-bottom
:
17px
;}
.wc-question-y-n
label
.second-label
{
font-size
:
12px
;
margin-bottom
:
17px
;}
.textarea-box
textarea
{
margin-bottom
:
32px
;
font-size
:
12px
;}
.section-br-inside
{
margin
:
25px
0
22px
;}
.section-btn
.box-btn-gray
{
margin-right
:
0
;
border-radius
:
100px
0
0
100px
;
font-size
:
13px
;
margin-right
:
-2.5px
;
border-right
:
none
;
padding
:
0
0
;
width
:
128px
;}
...
...
cmsWebApp/webroot/extensions/applicantportal/selection_criteria.jsp
View file @
14846525
...
...
@@ -49,11 +49,11 @@
<span><oneit:toString value="<%= job.getPageTitle() %>" mode="EscapeHTML"/></span>
</div>
<div class="show-mobile-title">
<div class="mobile-title-page">
Your Experience
</div>
<div class="mobile-title-page">
Requirements
</div>
<div class="mobile-estimated">Estimated time to complete: <b>5 mins</b></div>
</div>
<div class="section-c-title m-hide">
Your Experience
Requirements
<span class="estimated-time">Estimated time to complete:
<span>5 mins</span>
</span>
...
...
@@ -89,6 +89,9 @@
<div class="main-sc-section">
<div class="selection-form-title"><oneit:toString value="<%= ct %>" mode="EscapeHTML"/></div>
<%
int total = answerList.size();
int answerNo = 1;
for(AssessmentCriteriaAnswer answer: answerList)
{
String optionKey = WebUtils.getInputKey(request, answer, AssessmentCriteriaAnswer.FIELD_Answer);
...
...
@@ -115,12 +118,21 @@
</label>
</div>
</div>
<div class="textarea-box">
<oneit:recalcClass htmlTag="div" classScript="answer.getAnswer() != null && answer.getAnswer() ? 'show': 'hide'" answer="<%= answer %>">
<oneit:recalcClass htmlTag="div" classScript="answer.getAnswer() != null && answer.getAnswer() ? 'show': 'hide'" answer="<%= answer %>">
<div class="textarea-box">
<oneit:ormtextarea obj="<%= answer %>" attributeName="Notes" cssClass="form-control second-style"
placeholder="Please add any notes to support your answer"/>
</oneit:recalcClass>
</div>
placeholder="Please add any notes to support your answer"/>
</div>
</oneit:recalcClass>
<%
if(answerNo++<total)
{
%>
<div class="section-br-inside"></div>
<%
}
%>
<%
}
%>
...
...
cmsWebApp/webroot/extensions/applicantportal/workplace_culture.jsp
View file @
14846525
...
...
@@ -56,13 +56,13 @@
<span><oneit:toString value="<%= job.getPageTitle() %>" mode="EscapeHTML"/></span>
</div>
<div class="show-mobile-title">
<div class="mobile-title-page">
Workplace Preferenc
e</div>
<div class="mobile-title-page">
Cultur
e</div>
<div class="mobile-estimated">Estimated time to complete:
<span class="estimated-time-20"> 5 mins</span>
</div>
</div>
<div class="section-c-title m-hide">
Workplace Preferenc
e
Cultur
e
<span class="estimated-time">Estimated time to complete:
<span class="estimated-time-20"> 20 mins</span>
</span>
...
...
@@ -98,7 +98,7 @@
String optionKey = WebUtils.getRadioSingleAssocKey(request, answer, CultureCriteriaAnswer.SINGLEREFERENCE_SelectedQuestion);
String formValue = formBuilder.fieldValue (optionKey, answer.getSelectedQuestion() == null ? "" : String.valueOf(answer.getSelectedQuestionID()));
%>
<div class="form-group-new question-y-n">
<div class="form-group-new
wc-
question-y-n">
<%
for(CultureElementQuestion question : questions)
{
...
...
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