Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
Project
Project
Details
Activity
Releases
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
Narendar Vakiti
mytime
Commits
39158fcc
Commit
39158fcc
authored
May 27, 2019
by
Soumya Gouri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated_Navbar_Css
parent
00506b43
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
custom-theme.css
src/main/webapp/WEB-INF/css/custom-theme.css
+11
-3
employeeEfforts.html
src/main/webapp/WEB-INF/templates/employeeEfforts.html
+1
-1
leftmenu.html
src/main/webapp/WEB-INF/templates/leftmenu.html
+1
-1
No files found.
src/main/webapp/WEB-INF/css/custom-theme.css
View file @
39158fcc
...
...
@@ -160,6 +160,11 @@ i.fa.fa-refresh:hover {
list-style
:
none
;
padding
:
0
;
}
.sidebar-nav
{
overflow-y
:
scroll
;
position
:
relative
;
height
:
555px
;
}
#sidebar-wrapper
.sidebar-nav
li
{
border-bottom
:
1px
dotted
#34495e
;
line-height
:
normal
;
...
...
@@ -329,7 +334,7 @@ i.fa.fa-refresh:hover {
#footer
.navbar-inverse
,
#footer
.navbar-inverse
{
background
:
#eeeef6
;
border-top
:
2px
solid
#00b4e5
;
position
:
relative
;
position
:
fixed
;
}
#footer
.navbar-inverse
.copyrights
{
/* background: #fff;
...
...
@@ -573,9 +578,9 @@ top: 22px;
color
:
white
;
font-weight
:
bold
;
}
.manage-accounts
.ui-grid-viewport
{
/*
.manage-accounts .ui-grid-viewport {
height: 400px !important;
}
}
*/
.autoComplete-dropdown
{
border-color
:
#ececec
;
border-width
:
1px
;
...
...
@@ -647,4 +652,7 @@ cursor: pointer;
}
.manage-attendance-report
{
height
:
calc
(
85vh
-
183px
)
!important
;
}
.manage-employee-efforts
{
height
:
calc
(
100vh
-
260px
)
!important
;
}
\ No newline at end of file
src/main/webapp/WEB-INF/templates/employeeEfforts.html
View file @
39158fcc
...
...
@@ -40,7 +40,7 @@
<div
class=
"form-group"
>
<div
class=
"form-inline col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
ui-grid-exporter
class=
"mygrid
grid-full-view
"
>
class=
"mygrid
manage-employee-efforts
"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
</div>
...
...
src/main/webapp/WEB-INF/templates/leftmenu.html
View file @
39158fcc
...
...
@@ -21,7 +21,7 @@
</ul>
</li>
<li>
<a
href=
"#"
ng-click=
"toggleReport()"
ng-show=
"reportsGroup.length > 0"
>
<i
class=
"fa fa-file"
aria-hidden=
"true"
></i>
<span>
Manage
Reports
</span>
<i
class=
"fa fa-angle-down right"
></i></a>
<li>
<a
href=
"#"
ng-click=
"toggleReport()"
ng-show=
"reportsGroup.length > 0"
>
<i
class=
"fa fa-file"
aria-hidden=
"true"
></i>
<span>
Reports
</span>
<i
class=
"fa fa-angle-down right"
></i></a>
<ul
ng-hide=
"customReport"
class=
"reportsGroup"
>
<li
ng-repeat=
"reportItem in reportsGroup"
>
...
...
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