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
688811d6
Commit
688811d6
authored
Oct 23, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
if occupation_select_info width issue
parent
10a1f739
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
common.css
cmsWebApp/webroot/css/common.css
+1
-1
job_detail.jsp
cmsWebApp/webroot/extensions/adminportal/job_detail.jsp
+17
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
688811d6
...
@@ -6540,7 +6540,7 @@ input{
...
@@ -6540,7 +6540,7 @@ input{
.occupation_select_button
{
height
:
100px
;
padding
:
20px
;
text-align
:
right
;
border-top
:
solid
1px
#e5e8eb
;}
.occupation_select_button
{
height
:
100px
;
padding
:
20px
;
text-align
:
right
;
border-top
:
solid
1px
#e5e8eb
;}
.occupation_select_button
.btn.btn-primary.largeBtn
{
margin
:
0
}
.occupation_select_button
.btn.btn-primary.largeBtn
{
margin
:
0
}
.occupation_select_info
{
position
:
absolute
;
width
:
2
5%
;
line-height
:
18px
;
padding
:
30px
;
right
:
0
;
text-align
:
center
;
top
:
150px
;}
.occupation_select_info
{
position
:
absolute
;
width
:
7
5%
;
line-height
:
18px
;
padding
:
30px
;
right
:
0
;
text-align
:
center
;
top
:
150px
;}
.workflow-row
{
position
:
relative
}
.workflow-row
{
position
:
relative
}
.workflow-row
span
{
position
:
absolute
;
display
:
inline-block
;
top
:
15px
;
left
:
15px
;}
.workflow-row
span
{
position
:
absolute
;
display
:
inline-block
;
top
:
15px
;
left
:
15px
;}
...
...
cmsWebApp/webroot/extensions/adminportal/job_detail.jsp
View file @
688811d6
...
@@ -46,6 +46,13 @@
...
@@ -46,6 +46,13 @@
onCreated : function(){
onCreated : function(){
$(".dyn-div").empty();
$(".dyn-div").empty();
$(".occupation_content_column").css("width", popup_width/4 );
$(".occupation_content_column").css("width", popup_width/4 );
},
onOpen : function(){
if(lastclickedOccid===0){
$(".dyn-div").empty();
$('.occupation_content_column ul li').removeClass("clicked");
$(".occupation_select_info").css("width","75%");
}
}
}
});
});
...
@@ -59,6 +66,7 @@
...
@@ -59,6 +66,7 @@
$(this).siblings('li').removeClass("clicked");
$(this).siblings('li').removeClass("clicked");
$(this).addClass("clicked");
$(this).addClass("clicked");
if( !$(this).parent().hasClass("third-child")) {
if( !$(this).parent().hasClass("third-child")) {
$(".occupation_select_info").show();
$(".occupation_select_info").show();
...
@@ -75,7 +83,15 @@
...
@@ -75,7 +83,15 @@
$(".occupation_select_info").hide();
$(".occupation_select_info").hide();
}
}
else {
else {
$(".occupation_select_info").show();
if( $(this).hasClass("main-item")) {
$(".occupation_select_info").css("width","50%").show();
}else{
if( $(this).parent().hasClass("first-child")) {
$(".occupation_select_info").css("width","25%").show();
}
}
}
}
}
}
});
});
...
...
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