Commit a050b49a by Nilu Committed by Harsh Shah

HT001, jobs filled box styling issue. make jobs filled box the same size as open jobs box

parent 15c27fc3
...@@ -83,16 +83,11 @@ ...@@ -83,16 +83,11 @@
</oneit:button> </oneit:button>
<% <%
} }
else
{
%>
<div class="empty-area">&nbsp;</div>
<%
}
%> %>
<%= filledCount == 0 ? "0" : "" %> <%= filledCount == 0 ? "0" : "" %>
</div> </div>
<div class="d-box-title">Jobs filled</div> <div class="d-box-title">Jobs filled</div>
<div class="empty-area">&nbsp;</div>
</div> </div>
</div> </div>
</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