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
040c2d8f
Commit
040c2d8f
authored
May 24, 2019
by
Soumya Gouri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated_MyProfile
parent
9160c603
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
custom-theme.css
src/main/webapp/WEB-INF/css/custom-theme.css
+4
-1
profile.html
src/main/webapp/WEB-INF/templates/profile.html
+6
-7
shiftdetails.html
src/main/webapp/WEB-INF/templates/shiftdetails.html
+1
-1
No files found.
src/main/webapp/WEB-INF/css/custom-theme.css
View file @
040c2d8f
...
@@ -329,7 +329,7 @@ i.fa.fa-refresh:hover {
...
@@ -329,7 +329,7 @@ i.fa.fa-refresh:hover {
#footer
.navbar-inverse
,
#footer
.navbar-inverse
{
#footer
.navbar-inverse
,
#footer
.navbar-inverse
{
background
:
#eeeef6
;
background
:
#eeeef6
;
border-top
:
2px
solid
#00b4e5
;
border-top
:
2px
solid
#00b4e5
;
position
:
inherit
;
position
:
relative
;
}
}
#footer
.navbar-inverse
.copyrights
{
#footer
.navbar-inverse
.copyrights
{
/* background: #fff;
/* background: #fff;
...
@@ -641,4 +641,7 @@ cursor: pointer;
...
@@ -641,4 +641,7 @@ cursor: pointer;
}
}
.import-data
{
.import-data
{
height
:
calc
(
100vh
-
100px
)
!important
;
height
:
calc
(
100vh
-
100px
)
!important
;
}
.my-profile
{
height
:
calc
(
100vh
-
102px
)
!important
;
}
}
\ No newline at end of file
src/main/webapp/WEB-INF/templates/profile.html
View file @
040c2d8f
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"profileController"
ng-init=
"getProfileData()"
>
<div
class=
"md-padding
my-profile
"
id=
"popupContainer"
ng-controller=
"profileController"
ng-init=
"getProfileData()"
>
<h1
class=
"no-padding"
>
My Profile
<h1
class=
"no-padding"
>
My Profile
<a
class=
"right"
>
<span
class=
"right"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i></a>
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"updateProfile()"
>
<i
class=
"fa fa-pencil-square-o fa-1x"
></i>
Update Profile
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</h1>
<div
class=
"row scroll-content"
>
<div
class=
"row scroll-content"
>
<div
class=
"col-lg-1"
>
<div
class=
"col-lg-1"
>
...
@@ -243,10 +246,6 @@
...
@@ -243,10 +246,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"col-lg-12 text-center"
>
<md-button
class=
"md-raised md-primary"
ng-click=
"updateProfile()"
>
<i
class=
"fa fa-pencil-square-o fa-1x"
></i>
Update Profile
</md-button>
</div>
<div
class=
"col-lg-2 col-xs-12"
></div>
<div
class=
"col-lg-2 col-xs-12"
></div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/shiftdetails.html
View file @
040c2d8f
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"shiftDetailsController"
<div
class=
"md-padding
my-profile
"
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"
>
...
...
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