Commit 14846525 by chenith Committed by Harsh Shah

Styles updated - C005 and C006.

parent 0aaa732f
......@@ -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;}
......
......@@ -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 %>">
<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>
</oneit:recalcClass>
<%
if(answerNo++<total)
{
%>
<div class="section-br-inside"></div>
<%
}
%>
<%
}
%>
......
......@@ -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 Preference</div>
<div class="mobile-title-page">Culture</div>
<div class="mobile-estimated">Estimated time to complete:
<span class="estimated-time-20">&nbsp;5 mins</span>
</div>
</div>
<div class="section-c-title m-hide">
Workplace Preference
Culture
<span class="estimated-time">Estimated time to complete:
<span class="estimated-time-20">&nbsp;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)
{
......
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