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
110dcaea
Commit
110dcaea
authored
Sep 07, 2018
by
Vanavaraju
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MT-168 Updated inner page styles
parent
c96ed97b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
82 additions
and
152 deletions
+82
-152
custom-theme.css
src/main/webapp/WEB-INF/css/custom-theme.css
+12
-8
accounts.html
src/main/webapp/WEB-INF/templates/accounts.html
+11
-23
domains.html
src/main/webapp/WEB-INF/templates/domains.html
+11
-22
onsiteTravelsList.html
src/main/webapp/WEB-INF/templates/onsiteTravelsList.html
+8
-23
projects.html
src/main/webapp/WEB-INF/templates/projects.html
+13
-14
roles.html
src/main/webapp/WEB-INF/templates/roles.html
+18
-39
visaList.html
src/main/webapp/WEB-INF/templates/visaList.html
+9
-23
No files found.
src/main/webapp/WEB-INF/css/custom-theme.css
View file @
110dcaea
...
...
@@ -145,7 +145,7 @@ i.fa.fa-refresh:hover {
/* Left Section */
#sidebar-left
{
float
:
left
;
transition
:
width
0.
5
s
ease-out
;
transition
:
width
0.
4
s
ease-out
;
/* margin: 0 15px 0 0; */
width
:
215px
;
}
...
...
@@ -194,12 +194,11 @@ i.fa.fa-refresh:hover {
display
:
none
;
}
#sidebar-left
.small-menu
#sidebar-wrapper
.sidebar-nav
li
a
{
padding-left
:
10px
;
text-align
:
center
;
}
#sidebar-left
.small-menu
#sidebar-wrapper
.sidebar-nav
li
ul
{
/* background: #fafafc; */
margin
:
0
0
0
15px
;
padding-left
:
15px
;
background
:
#fafafc
;
}
#sidebar-wrapper
.sidebar-nav
li
a
i
{
...
...
@@ -228,7 +227,7 @@ i.fa.fa-refresh:hover {
color
:
#fff
;
}
#sidebar-left
.small-menu
{
transition
:
width
0.
5
s
ease-out
;
transition
:
width
0.
4
s
ease-out
;
width
:
85px
;
}
...
...
@@ -262,12 +261,12 @@ i.fa.fa-refresh:hover {
margin-left
:
-15px
;
text-align
:
right
;
}
.add-emp
button
{
.add-emp
button
,
.add-btn
{
font-size
:
11px
;
height
:
auto
;
line-height
:
normal
;
min-height
:
auto
;
margin
:
0
0
7
px
8px
;
margin
:
0
8px
5
px
8px
;
padding
:
8px
;
}
.add-emp
button
i
{
...
...
@@ -335,8 +334,12 @@ i.fa.fa-refresh:hover {
margin
:
0
;
}
#footer
.footer
.img
{
margin
:
6px
0
0
0
;
margin
:
6px
-10px
0
0
;
}
#footer
.navbar-inverse
.copyrights
+
div
{
padding-right
:
0
;
}
/* Grid Styles */
.ui-grid-contents-wrapper
{
...
...
@@ -346,6 +349,7 @@ i.fa.fa-refresh:hover {
}
.ui-grid-viewport
{
/* border: 1px solid #cccccc; */
overflow
:
auto
!important
;
/* Need to check with JS code and remove */
}
.ui-grid-contents-wrapper
.ui-grid-header
{
border
:
none
;
...
...
src/main/webapp/WEB-INF/templates/accounts.html
View file @
110dcaea
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"Container"
ng-controller=
"assignAccountsController"
<div
class=
"md-padding"
id=
"Container"
ng-controller=
"assignAccountsController"
ng-init=
"getAccountDetails()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage Accounts
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
<h1
class=
"no-padding"
>
Manage Accounts
<span
class=
"right"
>
<md-button
class=
"md-raised md-primary add-btn"
ng-click=
"addAccount('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add Account
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 2% 0% 0% 124%;"
ng-click=
"addAccount('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
Account
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
class=
"row col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;"
>
class=
"myGrid"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/domains.html
View file @
110dcaea
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"domainController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"domainController"
ng-init=
"getDomains();getEmployeesToTeam();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage
Domains
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
</div>
<h1
class=
"no-padding"
>
Manage Domains
<span
class=
"right"
>
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"addDomain('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add
Domain
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 0% 0% 0% 124%;"
ng-click=
"addDomain('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
Domain
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px; margin-top: 10px"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width: 99%; height: 370px; margin-left: 0px;"
>
...
...
src/main/webapp/WEB-INF/templates/onsiteTravelsList.html
View file @
110dcaea
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"travelController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"travelController"
ng-init=
"getEmpVisas();getEmployeesToTeam();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<
p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage Travels
</p
>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i
>
</
p
>
<
h1
class=
"no-padding"
>
Manage Travels
<span
class=
"right"
>
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add Travel Request
</md-button
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span
>
</
h1
>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-1"
style=
"float: left;padding-left:20px;"
>
</div>
<div
class=
"col-lg-1"
style=
"cursor: pointer; float: right; right: 75px;"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue;"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add Travel Request
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"grid"
style=
"width:99%;height:380px;"
>
...
...
src/main/webapp/WEB-INF/templates/projects.html
View file @
110dcaea
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"projectController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"projectController"
ng-init=
"getProjects();getManagerDetails();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<h1
class=
"no-padding"
>
Manage Projects
<span
class=
"right"
>
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"addProject('Assign', parentData)"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add
Project
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</div>
<!-- <div class="col-lg-12">
<p align="center" class="col-xs-11"
style="vertical-align: middle; font-weight: bold; font-size: 30px;">Manage Projects</p>
<p align="right" class="col-xs-1"
...
...
@@ -11,22 +21,11 @@
<i class="fa fa-refresh" aria-hidden="true"
ng-click="refreshPage()"></i>
</p>
</div>
</div>
-->
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 2% 0% 0% 124%;"
ng-click=
"addProject('Assign', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
Project
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;"
>
...
...
src/main/webapp/WEB-INF/templates/roles.html
View file @
110dcaea
<style>
.grid-align
{
text-align
:
left
;
}
</style>
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"assignRoleController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"assignRoleController"
ng-init=
"getUserRoles()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage
Employees
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
<div
class=
"col-lg-6"
>
<h1
class=
"no-padding"
>
Manage Employees
</h1>
</div>
<div
class=
"col-lg-6 add-emp no-padding"
>
<span>
<input
type=
"radio"
ng-model=
"status"
value=
"Active"
ng-click=
"getUserRoles()"
>
Active
<input
type=
"radio"
ng-model=
"status"
value=
"In Active"
ng-click=
"getUserRoles()"
>
Inactive
<input
type=
"radio"
ng-model=
"status"
value=
"both"
ng-click=
"getUserRoles()"
>
Both
</span>
<label
class=
""
for=
"submitBtn"
>
</label>
<md-button
class=
"md-raised md-primary"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
></i>
Add Employee
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<label
class=
""
for=
"submitBtn"
>
</label>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 2% 0% 0% 124%;"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
Employee
</md-button>
<!-- </label> -->
</div>
</div>
<div
class=
"form-group col-lg-7 col-md-7 col-sm-7 col-xs-12"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<input
type=
"radio"
ng-model=
"status"
value=
"Active"
ng-click=
"getUserRoles()"
>
Active
<input
type=
"radio"
ng-model=
"status"
value=
"In Active"
ng-click=
"getUserRoles()"
>
Inactive
<input
type=
"radio"
ng-model=
"status"
value=
"both"
ng-click=
"getUserRoles()"
>
Both
</div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;"
>
class=
"myGrid"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
...
...
@@ -52,7 +32,7 @@
</div>
<div
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<div
class=
"form-inline col-lg-12"
style=
"margin-left: 10px;"
>
<div
class=
"form-inline col-lg-12"
>
<!-- <div class="form-group col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="input-group"
style="">
...
...
@@ -85,5 +65,4 @@
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/visaList.html
View file @
110dcaea
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"visaController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"visaController"
ng-init=
"getEmpVisas();getEmployeesToTeam();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage Visa
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
<h1
class=
"no-padding"
>
Manage Visa
<span
class=
"right"
>
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add Visa Details
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-1"
style=
"float: left;padding-left:20px;"
>
</div>
<div
class=
"col-lg-1"
style=
"cursor: pointer; float: right; right: 75px;"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue;"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add Visa Details
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
ui-grid-cell-contents
class=
"grid"
style=
"width:99%;height:380px;"
>
...
...
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