Commit c556b828 by Saliya Randunu

fix job edit menu width issue in applicant page

parent cd4f64c6
...@@ -172,6 +172,15 @@ ...@@ -172,6 +172,15 @@
</div> </div>
</div> </div>
<style>
<% if(applicantPage)
{
%>
.job-edit-pop .jBox-container{border-radius: 2px !important; width: 310px;box-shadow: 0 3px 9px 0 rgba(0,0,0,0.35);background-color: #FFFFFF;}
<%
}
%>
</style>
<script> <script>
$(function(){ $(function(){
new jBox('Tooltip', { new jBox('Tooltip', {
......
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