Commit f229de62 by Nilu

fix styling issues of my hiring team screens

parent 2124dab8
......@@ -24,7 +24,12 @@
minCount = Collections.min(jCounts);
}
%>
<style>
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
</style>
<oneit:dynIncluded>
<div class="a-label-row pay-subsc-row">
......
......@@ -63,7 +63,12 @@
}
}
</script>
<style>
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
</style>
<oneit:form name="editJob" method="post" enctype="multipart/form-data">
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
......
......@@ -88,6 +88,11 @@
.subscr-change button{
background-color: grey;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
</style>
<div class="container-fluid">
......
$(document).ready(function () {
var sdh = $('.company-content-area').outerHeight() > 700 ? $('.company-content-area').outerHeight() : 700;
$('.tabing-sidebar').css('min-height',sdh);
$('select').select2({
minimumResultsForSearch: Infinity
});
......@@ -23,14 +27,14 @@ $(document).ready(function () {
$('.errorField input, .errorField select, .errorField textarea, .errorField .assocObjDesc').eq(0).focus();
/*Set sidebar height*/
$(window).load(function() {
var sdh = $('.company-content-area').outerHeight();
$('.tabing-sidebar').css('min-height',sdh);
});
$(window).resize(function(){
var sdh = $('.company-content-area').outerHeight();
$('.tabing-sidebar').css('min-height',sdh);
});
// $(window).load(function() {
// var sdh = $('.company-content-area').outerHeight();
// $('.tabing-sidebar').css('min-height',sdh);
// });
// $(window).resize(function(){
// var sdh = $('.company-content-area').outerHeight();
// $('.tabing-sidebar').css('min-height',sdh);
// });
});
function addUserPic(opt) {
......
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