Commit 355363b9 by chenith Committed by Harsh Shah

Updated openjob tab styles.

parent 842009de
......@@ -3920,9 +3920,9 @@ img.alert-icon {float: left;}
}
@media screen and (max-width: 1480px){
.search-bar {width: 53.25%;}
.site-logo { padding: 16.5px 15px 13.5px 23px;}
.rate-toggle {width: 78%;}
.search-bar {width: 53.25%;}
.site-logo { padding: 16.5px 15px 13.5px 23px;}
.rate-toggle {width: 78%;}
.d-three-box{padding: 20px 15px;}
.job-post{padding-left: 15px;}
.job-application{padding-left: 20px;}
......@@ -3935,8 +3935,9 @@ img.alert-icon {float: left;}
@media screen and (max-width: 1440px){
.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;}
.empty-area{margin-top: 25px;}
.week-states{margin-top: 20px;}
.dash-count {font-size: 48px;}
.welcome-text {font-size: 30px;}
......@@ -3997,6 +3998,7 @@ img.alert-icon {float: left;}
.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:before {right: 12px;height: 38px;}
.empty-area {height: 38px;line-height: 38px;padding-left: 15px;}
.appli-name {font-size: 24px;}
.main-applicant-content {width: 100%;}
.applicant-sidebar{width: 20.65%;}
......@@ -4042,6 +4044,7 @@ img.alert-icon {float: left;}
.arrow-btn{font-size: 9px;}
.arrow-btn {height: 32px;line-height: 32px;padding-left: 12px;}
.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;}
.job-application{padding-left: 15px;}
.job-shortlisted{padding-left: 15px}
......@@ -4684,4 +4687,16 @@ label, label .label-title span {
.btn-gotojob {
border-radius: 100px !important;
}
\ No newline at end of file
}
.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 @@
</oneit:button>
<%
}
else
{
%>
<div class="empty-area">&nbsp;</div>
<%
}
%>
</div>
</div>
......@@ -69,12 +75,18 @@
if(filledCount > 0)
{
%>
<oneit:button value=" " name="navigateBetweenStatus" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", jobsPage)
.mapEntry("JobStatus", JobStatus.FILLED)
.toMap() %>">
<oneit:toString value="<%= filledCount %>" mode="Integer" nullValue="0"/>
</oneit:button>
<oneit:button value=" " name="navigateBetweenStatus" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", jobsPage)
.mapEntry("JobStatus", JobStatus.FILLED)
.toMap() %>">
<oneit:toString value="<%= filledCount %>" mode="Integer" nullValue="0"/>
</oneit:button>
<%
}
else
{
%>
<div class="empty-area">&nbsp;</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