Commit dc8fa163 by chenith Committed by Harsh Shah

Font changes in Job overview - applicant portal.

parent 5616b97a
...@@ -1508,10 +1508,15 @@ p.job-txt { ...@@ -1508,10 +1508,15 @@ p.job-txt {
font-weight: bold; font-weight: bold;
margin-bottom: 12px; margin-bottom: 12px;
} }
.overview-title span.calcField {
font-family: "Usual-Bold";
}
.ref-number{ .ref-number{
color: #4a4a4a; color: #4a4a4a;
font-size: 12px; font-size: 12px;
font-weight: 300; font-weight: 300;
font-family: "Usual-Light";
} }
td.pos-tabel-td { td.pos-tabel-td {
width: 19.3%; width: 19.3%;
...@@ -1520,6 +1525,7 @@ td.pos-tabel-td { ...@@ -1520,6 +1525,7 @@ td.pos-tabel-td {
font-weight: bold; font-weight: bold;
border-top: solid 1px rgba(136,136,136,0.3) !important; border-top: solid 1px rgba(136,136,136,0.3) !important;
padding: 11px 0 11px 22px !important; padding: 11px 0 11px 22px !important;
font-family: "Usual-Bold";
} }
.pos-tabel-second{ .pos-tabel-second{
padding: 11px 0 11px 29px !important; padding: 11px 0 11px 29px !important;
...@@ -1540,10 +1546,12 @@ table.pos-table{ ...@@ -1540,10 +1546,12 @@ table.pos-table{
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
margin-bottom: 20px; margin-bottom: 20px;
font-family: "Usual-Bold";
} }
.pos-content{ .pos-content p{
color: #4a4a4a; color: #4a4a4a;
margin-bottom: 20px; margin-bottom: 20px;
font-family: "Usual-Light";
} }
.apply-job-btn { .apply-job-btn {
display: inline-block; display: inline-block;
......
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
Job Details Job Details
</div> </div>
<p class="pos-content"> <div class="pos-content">
<oneit:toString value="<%= job.getJobDescription() %>" mode="ParagraphHTML" nullValue="-"/> <oneit:toString value="<%= job.getJobDescription() %>" mode="ParagraphHTML" nullValue="-"/>
</p> </div>
<oneit:form name="applyJob" method="post" enctype="multipart/form-data"> <oneit:form name="applyJob" method="post" enctype="multipart/form-data">
<div class="apply-job-btn"> <div class="apply-job-btn">
......
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