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
...@@ -82,17 +82,12 @@ ...@@ -82,17 +82,12 @@
<oneit:toString value="<%= filledCount %>" mode="Integer" nullValue="0"/> <oneit:toString value="<%= filledCount %>" mode="Integer" nullValue="0"/>
</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