Commit 52e649a2 by Saliya Randunu

ui changes in Open Jobs page

parent 6b3c22af
...@@ -2679,7 +2679,8 @@ a.forgot-pass { ...@@ -2679,7 +2679,8 @@ a.forgot-pass {
/*All Jobs Page*/ /*All Jobs Page*/
.shorting-dropdown { .shorting-dropdown {
float: right; float: right;
margin: 20px; margin: 20px 10px;
min-width: 180px;
} }
.all-jobs-title{ .all-jobs-title{
display: inline-block; display: inline-block;
...@@ -2744,6 +2745,14 @@ a.forgot-pass { ...@@ -2744,6 +2745,14 @@ a.forgot-pass {
.shorting-dropdown span.select2-selection.select2-selection--single{ .shorting-dropdown span.select2-selection.select2-selection--single{
height: 45px; 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*/ /*All Jobs Page End*/
/*View Applicants*/ /*View Applicants*/
......
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
</div> </div>
<div class="shorting-dropdown"> <div class="shorting-dropdown">
<div class="order-label">Search Jobs</div> <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> </div>
<oneit:button value="Search" name="search" cssClass="btn btn-primary" style="display:none;"/> <oneit:button value="Search" name="search" cssClass="btn btn-primary" style="display:none;"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment