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
aacb2406
Commit
aacb2406
authored
May 17, 2019
by
Prayas Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated_UI_and_Css
parent
aa1086d2
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
87 additions
and
122 deletions
+87
-122
custom-theme.css
src/main/webapp/WEB-INF/css/custom-theme.css
+42
-7
accounts.html
src/main/webapp/WEB-INF/templates/accounts.html
+5
-7
attendanceReport.html
src/main/webapp/WEB-INF/templates/attendanceReport.html
+1
-1
domains.html
src/main/webapp/WEB-INF/templates/domains.html
+7
-3
employees.html
src/main/webapp/WEB-INF/templates/employees.html
+4
-5
projects.html
src/main/webapp/WEB-INF/templates/projects.html
+6
-33
reports.html
src/main/webapp/WEB-INF/templates/reports.html
+18
-25
roles.html
src/main/webapp/WEB-INF/templates/roles.html
+4
-41
No files found.
src/main/webapp/WEB-INF/css/custom-theme.css
View file @
aacb2406
...
...
@@ -346,7 +346,7 @@ i.fa.fa-refresh:hover {
/* Grid Styles */
.grid-full-view
{
height
:
calc
(
100vh
-
1
9
5px
)
!important
;
height
:
calc
(
100vh
-
1
8
5px
)
!important
;
}
.grid-half-view
{
height
:
calc
(
85vh
-
215px
)
!important
;
...
...
@@ -356,6 +356,7 @@ i.fa.fa-refresh:hover {
}
.ui-grid
{
border
:
none
!important
;
/* height : 40px; */
}
.ui-grid-viewport
{
/* border: 1px solid #cccccc; */
...
...
@@ -405,11 +406,12 @@ i.fa.fa-refresh:hover {
.ui-grid-contents-wrapper
.ui-grid-cell-contents
{
/* border-bottom: 1px solid #e5e5e5; */
padding
:
10px
8px
;
word-break
:
break-word
;
}
.ui-grid-contents-wrapper
.ui-grid-render-container-body
.ui-grid-canvas
.ui-grid-cell
{
border
:
none
;
height
:
40px
;
line-height
:
20px
;
/* line-height: 20px; */
margin
:
0
;
}
...
...
@@ -417,16 +419,23 @@ i.fa.fa-refresh:hover {
font-size
:
13px
;
padding
:
0
;
}
.ui-grid-canvas
.ui-grid-row
{
height
:
auto
!important
;
}
.ui-grid-canvas
.ui-grid-cell-contents
{
line-height
:
normal
;
white-space
:
normal
;
}
.ui-grid-contents-wrapper
.ui-grid-render-container-body
.ui-grid-canvas
.ui-grid-cell-contents
,
.ui-grid-contents-wrapper
.ui-grid-render-container-body
.ui-grid-canvas
.ui-grid-cell
:empty
{
border-bottom
:
1px
solid
#e5e5e5
;
/* border-bottom: 1px solid #e5e5e5; */
}
.ui-grid-contents-wrapper
.ui-grid-render-container-body
.ui-grid-canvas
.ui-grid-cell
p
{
border-bottom
:
1px
solid
#e5e5e5
;
/* border-bottom: 1px solid #e5e5e5; */
min-height
:
40px
;
padding-top
:
6px
;
}
.ui-grid-contents-wrapper
.ui-grid-row
:nth-child
(
even
)
.ui-grid-cell
{
background-color
:
#fafafc
;
/* background-color: #fafafc; */
}
.ui-grid-header-cell-row
.ui-grid-column-menu-button
{
position
:
absolute
;
...
...
@@ -567,7 +576,7 @@ cursor: pointer;
} */
.project-allocation
.ui-grid-canvas
.ui-grid-row
div
div
:nth-child
(
3
),
.manage-accounts
.ui-grid-canvas
.ui-grid-row
div
div
:nth-child
(
3
)
{
border-bottom
:
solid
1px
#e5e5e5
;
/* border-bottom: solid 1px #e5e5e5; */
line-height
:
normal
;
overflow
:
auto
;
padding
:
5px
0
;
...
...
@@ -575,3 +584,29 @@ cursor: pointer;
.project-allocation
.ui-grid-canvas
.ui-grid-row
div
div
:nth-child
(
3
)
div
:first-child
,
.manage-accounts
.ui-grid-canvas
.ui-grid-row
div
div
:nth-child
(
3
)
div
:first-child
{
padding-top
:
5px
;
}
.login-reports-page
{
margin
:
0
0
15px
0
;
}
.login-reports-page
>
.col-lg-12
>
.row
>
.col-lg-2
{
margin-right
:
40px
;
}
.reports-btn
>
button
{
background-color
:
#3f51b5
;
}
.reports-btn
>
button
:disabled
{
background-color
:
#3f51b5
;
}
.update-Teammate
>
h4
{
border-bottom
:
1px
solid
#ccc
;
padding-bottom
:
5px
;
}
.panel-default
>
.panel-heading
{
color
:
#fff
;
background-color
:
#3f51b5
;
border-color
:
#ddd
;
}
.update-Teammate
.form-inline
{
margin-bottom
:
15px
;
}
src/main/webapp/WEB-INF/templates/accounts.html
View file @
aacb2406
...
...
@@ -15,13 +15,11 @@
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid grid-full-view"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid grid-full-view"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No data available
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/attendanceReport.html
View file @
aacb2406
...
...
@@ -63,7 +63,7 @@
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
</div>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
ui-grid-exporter
class=
"myGrid grid-half-view"
style=
"width:99%;height:330px;"
>
class=
"myGrid grid-half-view"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
</div>
...
...
src/main/webapp/WEB-INF/templates/domains.html
View file @
aacb2406
...
...
@@ -16,13 +16,17 @@
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px; margin-top: 10px"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid
grid-full-view"
style=
"width: 99%
"
>
class=
"myGrid
manage-accounts grid-full-view
"
>
<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>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/employees.html
View file @
aacb2406
...
...
@@ -12,7 +12,6 @@
<div
class=
"clearfix"
></div>
</div>
</div>
<br
/>
<div
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<div
class=
"form-inline"
>
...
...
@@ -46,10 +45,10 @@
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-inline col-lg-12"
ng-show=
"isVisible"
>
<
label
class=
"control-label"
for=
"avgHrs"
>
Average Login
hours:
</label>
{{avgLoginHrs}}
<div
class=
"form-group"
ng-show=
"isVisible"
>
<div
class=
"form-inline col-lg-12"
>
<
span
for=
"avgHrs"
>
<b>
Average Login
hours:
</b>
</label>
{{avgLoginHrs}}
</div>
</div>
<div
class=
"form-group"
>
...
...
src/main/webapp/WEB-INF/templates/projects.html
View file @
aacb2406
...
...
@@ -31,38 +31,11 @@
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid grid-full-view"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid grid-full-view"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No data available
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<!-- <div class="col-lg-4 text-center">
<md-button class="md-raised md-primary"
style="width:182px;background: cadetblue;"
ng-click="getUnAssignedEmployees('UnAssigned', parentData)"> <i
class="fa fa-crosshairs fa-2x"
style="margin-top: 5px; font-size: 1.5em; float: left"></i>Bench Employees</md-button>
</div>
<div class="col-lg-4 text-center">
<md-button class="md-raised md-primary"
style="width:182px;background: cadetblue;"
ng-click="getAllocatedEmployees('allocated', parentData)"> <i
class="fa fa-product-hunt fa-2x"
style="margin-top: 5px; font-size: 1.5em; float: left"></i>Project Allocations</md-button>
</div> -->
<!-- <div class="col-lg-4 text-center">
<md-button class="md-raised md-primary"
style="width:142px;background: cadetblue; margin: 0% 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>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/reports.html
View file @
aacb2406
...
...
@@ -43,36 +43,29 @@
</div>
</div>
<div
class=
"
form-group
"
>
<div
class=
"
login-reports-page
"
>
<div
class=
"form-inline col-lg-12"
>
<div
class=
"row"
>
<div
class=
"form-group col-lg-2 col-md-4 col-sm-6 col-xs-12"
>
<label>
Override Timings
</label>
<input
type=
"checkbox"
ng-value=
"isOverride"
ng-model=
"isOverride"
ng-change=
"showOrHide()"
/>
</div>
<div
class=
"form-group col-lg-1"
></div>
<div
class=
"form-group col-lg-4"
ng-show=
"isOverride"
>
<div
class=
"form-group col-lg-6"
>
<div
class=
"row"
>
<div
class=
"form-group col-lg-6"
ng-show=
"isOverride"
>
<label
class=
""
for=
"fromTime"
>
From Time:
<input
type=
"time"
ng-model=
"fromTime"
id=
"Hours"
placeholder=
"HH:mm aa"
/>
</label>
</div>
<div
class=
"form-group col-lg-4
"
ng-show=
"isOverride"
>
<div
class=
"form-group col-lg-6
"
ng-show=
"isOverride"
>
<label
class=
""
for=
"toTime"
>
To Time:
<input
type=
"time"
ng-model=
"toTime"
id=
"Hours"
placeholder=
"HH:mm aa"
/>
</label>
</div>
</div>
</div>
<div
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<div
class=
"form-inline col-lg-12 align-button"
>
<div
class=
"form-group col-lg-9"
>
</div>
<div
class=
"form-group col-lg-2"
>
<div
class=
"form-group col-lg-4 reports-btn"
>
<div
excel-export
export-data=
"exportData"
file-name=
"{{fileName}}"
ng-disabled =
"!isDataAvailable"
></div>
</div>
<div
class=
"form-group col-lg-1"
>
<button
class=
"btn btn-primary btn-ef btn-ef-3 btn-ef-3c mb-10"
ng-click=
"print(pdfUrl)"
ng-disabled =
"!isDataAvailable"
>
Save as PDF
<i
class=
"fa fa-download"
></i></button>
</div>
</div>
...
...
src/main/webapp/WEB-INF/templates/roles.html
View file @
aacb2406
...
...
@@ -23,48 +23,11 @@
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid grid-full-view"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
</div>
</div>
<div
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<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="">
<input type="text" ng-model="empSearchId" id="empSearchId"
ng-blur="validateEmpId()" class="form-control"
placeholder="Employee ID"
style="border-radius: 3px 0px 0px 3px;"> <span
class="input-group-btn">
<button class="btn btn-secondary" type="button"
ng-click="getEmployeeRole()"
style="border: 1px solid #ccc; border-radius: 0px 3px 3px 0px;">
<i class="fa fa-search fa-2x" style="font-size: 1.3em;"
aria-hidden="true"></i>
</button>
</span>
</div>
</div> -->
<!-- <div class="form-group col-lg-7 col-md-7 col-sm-7 col-xs-12"></div> -->
<!-- <div class="form-group col-lg-2" style="margin-top: 30px;margin-left: 355px;">
<label class="" for="submitBtn"><md-button
class="md-raised md-primary"
style="width:142px;background: cadetblue;margin:0px;"
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
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid grid-full-view"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No data available
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
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