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
355363b9
Commit
355363b9
authored
Aug 25, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated openjob tab styles.
parent
842009de
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
1 deletions
+29
-1
common.css
cmsWebApp/webroot/css/common.css
+17
-1
page_admin_home.jsp
cmsWebApp/webroot/extensions/adminportal/page_admin_home.jsp
+12
-0
No files found.
cmsWebApp/webroot/css/common.css
View file @
355363b9
...
@@ -3935,8 +3935,9 @@ img.alert-icon {float: left;}
...
@@ -3935,8 +3935,9 @@ img.alert-icon {float: left;}
@media
screen
and
(
max-width
:
1440px
){
@media
screen
and
(
max-width
:
1440px
){
.fl-right
{
width
:
30.5%
;}
.fl-right
{
width
:
30.5%
;}
.d-three-box
{
padding
:
20px
15px
;
border-width
:
7px
;
top
:
10px
;}
.d-three-box
{
padding
:
32px
15px
;
border-width
:
7px
;
top
:
10px
;
bottom
:
0
;}
.arrow-btn
{
margin-top
:
25px
;}
.arrow-btn
{
margin-top
:
25px
;}
.empty-area
{
margin-top
:
25px
;}
.week-states
{
margin-top
:
20px
;}
.week-states
{
margin-top
:
20px
;}
.dash-count
{
font-size
:
48px
;}
.dash-count
{
font-size
:
48px
;}
.welcome-text
{
font-size
:
30px
;}
.welcome-text
{
font-size
:
30px
;}
...
@@ -3997,6 +3998,7 @@ img.alert-icon {float: left;}
...
@@ -3997,6 +3998,7 @@ img.alert-icon {float: left;}
.d-create-job-btn
{
height
:
38px
;
line-height
:
38px
;
margin-top
:
25px
;
padding
:
0
30px
;}
.d-create-job-btn
{
height
:
38px
;
line-height
:
38px
;
margin-top
:
25px
;
padding
:
0
30px
;}
.arrow-btn
{
height
:
38px
;
line-height
:
38px
;
padding-left
:
15px
;}
.arrow-btn
{
height
:
38px
;
line-height
:
38px
;
padding-left
:
15px
;}
.arrow-btn
:before
{
right
:
12px
;
height
:
38px
;}
.arrow-btn
:before
{
right
:
12px
;
height
:
38px
;}
.empty-area
{
height
:
38px
;
line-height
:
38px
;
padding-left
:
15px
;}
.appli-name
{
font-size
:
24px
;}
.appli-name
{
font-size
:
24px
;}
.main-applicant-content
{
width
:
100%
;}
.main-applicant-content
{
width
:
100%
;}
.applicant-sidebar
{
width
:
20.65%
;}
.applicant-sidebar
{
width
:
20.65%
;}
...
@@ -4042,6 +4044,7 @@ img.alert-icon {float: left;}
...
@@ -4042,6 +4044,7 @@ img.alert-icon {float: left;}
.arrow-btn
{
font-size
:
9px
;}
.arrow-btn
{
font-size
:
9px
;}
.arrow-btn
{
height
:
32px
;
line-height
:
32px
;
padding-left
:
12px
;}
.arrow-btn
{
height
:
32px
;
line-height
:
32px
;
padding-left
:
12px
;}
.arrow-btn
:before
{
right
:
9px
;
height
:
32px
;}
.arrow-btn
:before
{
right
:
9px
;
height
:
32px
;}
.empty-area
{
height
:
32px
;
line-height
:
32px
;
padding-left
:
12px
;}
.week-states
{
font-size
:
13px
;
margin-top
:
15px
;}
.week-states
{
font-size
:
13px
;
margin-top
:
15px
;}
.job-application
{
padding-left
:
15px
;}
.job-application
{
padding-left
:
15px
;}
.job-shortlisted
{
padding-left
:
15px
}
.job-shortlisted
{
padding-left
:
15px
}
...
@@ -4685,3 +4688,15 @@ label, label .label-title span {
...
@@ -4685,3 +4688,15 @@ label, label .label-title span {
.btn-gotojob
{
.btn-gotojob
{
border-radius
:
100px
!important
;
border-radius
:
100px
!important
;
}
}
.empty-area
{
display
:
inline-block
;
height
:
45px
;
line-height
:
45px
;
width
:
100%
;
position
:
relative
;
margin-top
:
44px
;
}
/*.main-tabs {
height: 200px;
}*/
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/page_admin_home.jsp
View file @
355363b9
...
@@ -54,6 +54,12 @@
...
@@ -54,6 +54,12 @@
</oneit:button>
</oneit:button>
<%
<%
}
}
else
{
%>
<div class="empty-area"> </div>
<%
}
%>
%>
</div>
</div>
</div>
</div>
...
@@ -77,6 +83,12 @@
...
@@ -77,6 +83,12 @@
</oneit:button>
</oneit:button>
<%
<%
}
}
else
{
%>
<div class="empty-area"> </div>
<%
}
%>
%>
<%= filledCount == 0 ? "0" : "" %>
<%= filledCount == 0 ? "0" : "" %>
</div>
</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