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
8d4aebee
Commit
8d4aebee
authored
Aug 04, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated linear gradient background for searchbar.
parent
b5810bda
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
common.css
cmsWebApp/webroot/css/common.css
+14
-3
htmlheader.jsp
cmsWebApp/webroot/extensions/adminportal/inc/htmlheader.jsp
+1
-0
No files found.
cmsWebApp/webroot/css/common.css
View file @
8d4aebee
...
...
@@ -76,7 +76,7 @@ header{
height
:
65px
;
border-radius
:
0
;
border
:
none
;
background-image
:
linear-gradient
(
to
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0.02
));
/*background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));*/
padding
:
24px
72px
21px
;
font-size
:
15px
;
color
:
#7d7f82
;
...
...
@@ -84,7 +84,7 @@ header{
.search-bar
input
.form-control
:focus
{
box-shadow
:
inset
1px
0
0
0
#eff0f2
;
border
:
none
;
background-image
:
linear-gradient
(
to
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0.02
));
/*background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));*/
}
.search-bar
input
.form-control
:focus::-webkit-input-placeholder
{
/* WebKit, Blink, Edge */
color
:
#7d7f82
;
...
...
@@ -3921,6 +3921,7 @@ img.alert-icon {float: left;}
.view-app-area
{
padding-top
:
32px
;}
.message-common
{
padding
:
20px
28px
20px
25px
;}
.message-txt
{
margin-left
:
18px
;}
.main-applicant-content
{
width
:
100%
;}
}
@media
screen
and
(
max-width
:
1350px
){
...
...
@@ -3936,6 +3937,7 @@ img.alert-icon {float: left;}
.jcc
img
{
margin-right
:
5px
;}
.cb-title
{
font-size
:
15px
;
padding
:
12.5px
13px
;}
.main-job-match-area
{
padding
:
40px
10.4%
44px
;}
.main-applicant-content
{
width
:
100%
;}
}
@media
screen
and
(
max-width
:
1280px
){
...
...
@@ -3946,7 +3948,7 @@ img.alert-icon {float: left;}
.arrow-btn
{
height
:
38px
;
line-height
:
38px
;
padding-left
:
15px
;}
.arrow-btn
:before
{
right
:
12px
;
height
:
38px
;}
.appli-name
{
font-size
:
24px
;}
.main-applicant-content
{
width
:
78.3
%
;}
.main-applicant-content
{
width
:
100
%
;}
.applicant-sidebar
{
width
:
20.65%
;}
}
@media
screen
and
(
max-width
:
1278px
){
...
...
@@ -4597,3 +4599,11 @@ label, label .label-title span {
height
:
47px
;
margin-left
:
3px
;
}
.inset-shadow
{
width
:
15px
;
height
:
65px
;
background-image
:
linear-gradient
(
to
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0.02
));
position
:
absolute
;
left
:
0
;
}
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/inc/htmlheader.jsp
View file @
8d4aebee
...
...
@@ -24,6 +24,7 @@
<a
href=
"#"
><img
src=
"images/logo.svg"
></a>
</div>
<div
class=
"search-bar"
>
<div
class=
"inset-shadow"
></div>
<img
src=
"images/search-icon.svg"
/>
<input
type=
"text"
class=
"form-control"
placeholder=
"Search for job, candidate or client"
/>
</div>
...
...
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