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
6e9ff86d
Commit
6e9ff86d
authored
Oct 23, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix correct icons at job create starting page
parent
2e93bc36
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
2 deletions
+32
-2
common.css
cmsWebApp/webroot/css/common.css
+28
-0
job_start_point.jsp
cmsWebApp/webroot/extensions/adminportal/job_start_point.jsp
+4
-2
create_from_template.png
cmsWebApp/webroot/images/create_from_template.png
+0
-0
create_from_template_active.png
cmsWebApp/webroot/images/create_from_template_active.png
+0
-0
create_new_job.png
cmsWebApp/webroot/images/create_new_job.png
+0
-0
create_new_job_active.png
cmsWebApp/webroot/images/create_new_job_active.png
+0
-0
No files found.
cmsWebApp/webroot/css/common.css
View file @
6e9ff86d
...
@@ -3770,6 +3770,18 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
...
@@ -3770,6 +3770,18 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
.criteria
{
.criteria
{
background-color
:
rgba
(
239
,
240
,
242
,
0.5
);
background-color
:
rgba
(
239
,
240
,
242
,
0.5
);
}
}
.jcc-box
.red-bg
{
background-color
:
#F9623D
;
color
:
#fff
;
}
.jcc-box
.red-bg
span
,
.jcc-box
.green-bg
span
{
color
:
#fff
;
}
.jcc-box
.green-bg
{
background-color
:
#67B413
;
color
:
#fff
;
}
.jcc
img
{
.jcc
img
{
margin-right
:
8px
;
margin-right
:
8px
;
}
}
...
@@ -6490,6 +6502,22 @@ input{
...
@@ -6490,6 +6502,22 @@ input{
color
:
#FFFFFF
;
color
:
#FFFFFF
;
}
}
.create-job-icon
{
display
:
inline-block
;
width
:
50px
;
height
:
50px
;
}
.from-template
{
background
:
url('../images/create_from_template.png')
no-repeat
left
top
;
;
}
.new-job
{
background
:
url('../images/create_new_job.png')
no-repeat
left
top
;
;
}
.create-job-selector.checked
.from-template
{
background
:
url('../images/create_from_template_active.png')
no-repeat
left
top
;
;
}
.create-job-selector.checked
.new-job
{
background
:
url('../images/create_new_job_active.png')
no-repeat
left
top
;
;
}
.occupation_content
{}
.occupation_content
{}
.occupation_content_list
{}
.occupation_content_list
{}
/*.occupation_content_list ul {display: none;}*/
/*.occupation_content_list ul {display: none;}*/
...
...
cmsWebApp/webroot/extensions/adminportal/job_start_point.jsp
View file @
6e9ff86d
...
@@ -80,7 +80,8 @@
...
@@ -80,7 +80,8 @@
<div class="col-md-6">
<div class="col-md-6">
<div class="oneit-radio">
<div class="oneit-radio">
<label class="create-job-selector rectangle-4">
<label class="create-job-selector rectangle-4">
<img src="images/create_from_template.png">
<span class="create-job-icon from-template"></span>
<!--<img src="images/create_from_template.png">-->
<h3>Create from template</h3>
<h3>Create from template</h3>
<oneit:ormInput obj="<%= job %>" type="radio" attributeName="FromTemplate" value="true"/>
<oneit:ormInput obj="<%= job %>" type="radio" attributeName="FromTemplate" value="true"/>
<div>
<div>
...
@@ -93,7 +94,8 @@
...
@@ -93,7 +94,8 @@
<div class="col-md-6">
<div class="col-md-6">
<div class="oneit-radio" >
<div class="oneit-radio" >
<label class="create-job-selector rectangle-4">
<label class="create-job-selector rectangle-4">
<img src="images/create_new_job.png">
<span class="create-job-icon new-job"></span>
<!--<img src="images/create_new_job.png">-->
<h3>Create a new job</h3>
<h3>Create a new job</h3>
<oneit:ormInput obj="<%= job %>" type="radio" attributeName="FromTemplate" value="false"/>
<oneit:ormInput obj="<%= job %>" type="radio" attributeName="FromTemplate" value="false"/>
<div>
<div>
...
...
cmsWebApp/webroot/images/create_from_template.png
View replaced file @
2e93bc36
View file @
6e9ff86d
1.04 KB
|
W:
|
H:
1.64 KB
|
W:
|
H:
2-up
Swipe
Onion skin
cmsWebApp/webroot/images/create_from_template_active.png
0 → 100644
View file @
6e9ff86d
1.1 KB
cmsWebApp/webroot/images/create_new_job.png
View replaced file @
2e93bc36
View file @
6e9ff86d
914 Bytes
|
W:
|
H:
1.54 KB
|
W:
|
H:
2-up
Swipe
Onion skin
cmsWebApp/webroot/images/create_new_job_active.png
0 → 100644
View file @
6e9ff86d
1 KB
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