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
52e649a2
Commit
52e649a2
authored
Oct 16, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui changes in Open Jobs page
parent
6b3c22af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
common.css
cmsWebApp/webroot/css/common.css
+10
-1
list_jobs.jsp
cmsWebApp/webroot/extensions/adminportal/list_jobs.jsp
+1
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
52e649a2
...
...
@@ -2679,7 +2679,8 @@ a.forgot-pass {
/*All Jobs Page*/
.shorting-dropdown
{
float
:
right
;
margin
:
20px
;
margin
:
20px
10px
;
min-width
:
180px
;
}
.all-jobs-title
{
display
:
inline-block
;
...
...
@@ -2744,6 +2745,14 @@ a.forgot-pass {
.shorting-dropdown
span
.select2-selection.select2-selection--single
{
height
:
45px
;
}
.shorting-dropdown
.form-control
{
height
:
45px
;
}
.search-input
{
background
:
url(../images/search-icon.svg)
no-repeat
scroll
right
10px
center
;
padding-right
:
32px
}
/*All Jobs Page End*/
/*View Applicants*/
...
...
cmsWebApp/webroot/extensions/adminportal/list_jobs.jsp
View file @
52e649a2
...
...
@@ -139,7 +139,7 @@
</div>
<div class="shorting-dropdown">
<div class="order-label">Search Jobs</div>
<oneit:ormInput obj="<%= searchJob %>" type="text" attributeName="Details" cssClass="form-control" id="searchText" />
<oneit:ormInput obj="<%= searchJob %>" type="text" attributeName="Details" cssClass="form-control
search-input
" id="searchText" />
</div>
<oneit:button value="Search" name="search" cssClass="btn btn-primary" style="display:none;"/>
...
...
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