Commit 355363b9 by chenith Committed by Harsh Shah

Updated openjob tab styles.

parent 842009de
...@@ -3935,8 +3935,9 @@ img.alert-icon {float: left;} ...@@ -3935,8 +3935,9 @@ img.alert-icon {float: left;}
@media screen and (max-width: 1440px){ @media screen and (max-width: 1440px){
.fl-right {width: 30.5%;} .fl-right {width: 30.5%;}
.d-three-box{padding: 20px 15px;border-width: 7px;top: 10px;} .d-three-box{padding: 32px 15px;border-width: 7px;top: 10px; bottom: 0;}
.arrow-btn{margin-top: 25px;} .arrow-btn{margin-top: 25px;}
.empty-area{margin-top: 25px;}
.week-states{margin-top: 20px;} .week-states{margin-top: 20px;}
.dash-count {font-size: 48px;} .dash-count {font-size: 48px;}
.welcome-text {font-size: 30px;} .welcome-text {font-size: 30px;}
...@@ -3997,6 +3998,7 @@ img.alert-icon {float: left;} ...@@ -3997,6 +3998,7 @@ img.alert-icon {float: left;}
.d-create-job-btn {height: 38px;line-height: 38px;margin-top: 25px;padding: 0 30px;} .d-create-job-btn {height: 38px;line-height: 38px;margin-top: 25px;padding: 0 30px;}
.arrow-btn{height: 38px;line-height: 38px;padding-left: 15px;} .arrow-btn{height: 38px;line-height: 38px;padding-left: 15px;}
.arrow-btn:before {right: 12px;height: 38px;} .arrow-btn:before {right: 12px;height: 38px;}
.empty-area {height: 38px;line-height: 38px;padding-left: 15px;}
.appli-name {font-size: 24px;} .appli-name {font-size: 24px;}
.main-applicant-content {width: 100%;} .main-applicant-content {width: 100%;}
.applicant-sidebar{width: 20.65%;} .applicant-sidebar{width: 20.65%;}
...@@ -4042,6 +4044,7 @@ img.alert-icon {float: left;} ...@@ -4042,6 +4044,7 @@ img.alert-icon {float: left;}
.arrow-btn{font-size: 9px;} .arrow-btn{font-size: 9px;}
.arrow-btn {height: 32px;line-height: 32px;padding-left: 12px;} .arrow-btn {height: 32px;line-height: 32px;padding-left: 12px;}
.arrow-btn:before {right: 9px;height: 32px;} .arrow-btn:before {right: 9px;height: 32px;}
.empty-area {height: 32px;line-height: 32px;padding-left: 12px;}
.week-states {font-size: 13px;margin-top: 15px;} .week-states {font-size: 13px;margin-top: 15px;}
.job-application{padding-left: 15px;} .job-application{padding-left: 15px;}
.job-shortlisted{padding-left: 15px} .job-shortlisted{padding-left: 15px}
...@@ -4685,3 +4688,15 @@ label, label .label-title span { ...@@ -4685,3 +4688,15 @@ label, label .label-title span {
.btn-gotojob { .btn-gotojob {
border-radius: 100px !important; border-radius: 100px !important;
} }
.empty-area {
display: inline-block;
height: 45px;
line-height: 45px;
width: 100%;
position: relative;
margin-top: 44px;
}
/*.main-tabs {
height: 200px;
}*/
\ No newline at end of file
...@@ -54,6 +54,12 @@ ...@@ -54,6 +54,12 @@
</oneit:button> </oneit:button>
<% <%
} }
else
{
%>
<div class="empty-area">&nbsp;</div>
<%
}
%> %>
</div> </div>
</div> </div>
...@@ -77,6 +83,12 @@ ...@@ -77,6 +83,12 @@
</oneit:button> </oneit:button>
<% <%
} }
else
{
%>
<div class="empty-area">&nbsp;</div>
<%
}
%> %>
<%= filledCount == 0 ? "0" : "" %> <%= filledCount == 0 ? "0" : "" %>
</div> </div>
......
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