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
bc09a627
Commit
bc09a627
authored
Oct 19, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes in Applicant Workflow page
parent
cf58b959
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
common.css
cmsWebApp/webroot/css/common.css
+4
-1
job_detail.jsp
cmsWebApp/webroot/extensions/adminportal/job_detail.jsp
+2
-8
No files found.
cmsWebApp/webroot/css/common.css
View file @
bc09a627
...
@@ -6473,7 +6473,10 @@ input{
...
@@ -6473,7 +6473,10 @@ input{
.workflow-row
:hover
.remove-icon
{
.workflow-row
:hover
.remove-icon
{
display
:
inline-block
;
display
:
inline-block
;
}
}
#workflows
{
margin-bottom
:
25px
;}
#workflows
.form-group
{
margin-bottom
:
0
;}
#middle-workflows
.form-group
:not
(
:last-child
)
{
margin-bottom
:
12px
;}
#workflows
.seperator-dots
{
margin
:
10px
0
}
#workflows
.seperator-dots
.dot
{
#workflows
.seperator-dots
.dot
{
height
:
3px
;
height
:
3px
;
width
:
3px
;
width
:
3px
;
...
...
cmsWebApp/webroot/extensions/adminportal/job_detail.jsp
View file @
bc09a627
...
@@ -349,14 +349,7 @@
...
@@ -349,14 +349,7 @@
}
}
%>
%>
</div>
</div>
<%
if(sortedWorkflows.size() == index)
{
%>
<div class="seperator-dots"><span class="dot"></span><span class="dot"></span><span class="dot"></span></div>
<%
}
%>
</div>
</div>
</div>
</div>
<%
<%
...
@@ -369,6 +362,7 @@
...
@@ -369,6 +362,7 @@
%>
%>
<div class="form-group row">
<div class="form-group row">
<div class="col-md-12">
<div class="col-md-12">
<div class="seperator-dots"><span class="dot"></span><span class="dot"></span><span class="dot"></span></div>
<div class="workflow-row">
<div class="workflow-row">
<span><%= lastWorkflow.getSortOrder() %></span>
<span><%= lastWorkflow.getSortOrder() %></span>
<oneit:ormInput obj="<%= lastWorkflow %>" type="text" attributeName="Name" cssClass="form-control" />
<oneit:ormInput obj="<%= lastWorkflow %>" type="text" attributeName="Name" cssClass="form-control" />
...
...
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