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
2bd5ad54
Commit
2bd5ad54
authored
May 27, 2019
by
Prayas Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated_ShiftDetails_Css
parent
6c3b9cae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
custom-theme.css
src/main/webapp/WEB-INF/css/custom-theme.css
+0
-6
exportData.html
src/main/webapp/WEB-INF/templates/exportData.html
+1
-1
shiftdetails.html
src/main/webapp/WEB-INF/templates/shiftdetails.html
+2
-2
No files found.
src/main/webapp/WEB-INF/css/custom-theme.css
View file @
2bd5ad54
...
@@ -640,12 +640,6 @@ cursor: pointer;
...
@@ -640,12 +640,6 @@ cursor: pointer;
.employees-login
{
.employees-login
{
height
:
calc
(
100vh
-
254px
)
!important
;
height
:
calc
(
100vh
-
254px
)
!important
;
}
}
.import-data
{
height
:
calc
(
100vh
-
100px
)
!important
;
}
.my-profile
{
height
:
calc
(
100vh
-
102px
)
!important
;
}
.manage-attendance-report
{
.manage-attendance-report
{
height
:
calc
(
85vh
-
183px
)
!important
;
height
:
calc
(
85vh
-
183px
)
!important
;
}
}
...
...
src/main/webapp/WEB-INF/templates/exportData.html
View file @
2bd5ad54
<div
class=
"md-padding
import-data
"
id=
"popupContainer"
ng-controller=
"exportDataController"
>
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"exportDataController"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
>
...
...
src/main/webapp/WEB-INF/templates/shiftdetails.html
View file @
2bd5ad54
<div
class=
"md-padding
my-profile
"
id=
"popupContainer"
ng-controller=
"shiftDetailsController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"shiftDetailsController"
ng-init=
"getShiftDetails()"
>
ng-init=
"getShiftDetails()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"row"
>
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
ui-grid-exporter
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
ui-grid-exporter
class=
"myGrid"
>
class=
"myGrid
grid-half-view
"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
data available
</div>
</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