Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
f229de62
Commit
f229de62
authored
May 17, 2018
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix styling issues of my hiring team screens
parent
2124dab8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
10 deletions
+29
-10
payment_plan.jsp
...ebApp/webroot/extensions/adminportal/inc/payment_plan.jsp
+6
-1
job_payment.jsp
cmsWebApp/webroot/extensions/adminportal/job_payment.jsp
+6
-1
manage_plan.jsp
cmsWebApp/webroot/extensions/adminportal/manage_plan.jsp
+5
-0
common.js
cmsWebApp/webroot/scripts/common.js
+12
-8
No files found.
cmsWebApp/webroot/extensions/adminportal/inc/payment_plan.jsp
View file @
f229de62
...
...
@@ -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">
...
...
cmsWebApp/webroot/extensions/adminportal/job_payment.jsp
View file @
f229de62
...
...
@@ -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%>"/>
...
...
cmsWebApp/webroot/extensions/adminportal/manage_plan.jsp
View file @
f229de62
...
...
@@ -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">
...
...
cmsWebApp/webroot/scripts/common.js
View file @
f229de62
$
(
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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment