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
64c64bd4
Commit
64c64bd4
authored
Jul 19, 2018
by
mduppanapudi-nisum-com
Committed by
tdutta-nisum-com
Jul 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge conflict and reverting Mt-49 scrollIssue (#23)
parent
27a29b2e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
558 additions
and
392 deletions
+558
-392
ProjectController.js
src/main/webapp/WEB-INF/controllers/ProjectController.js
+230
-37
default-styles.css
src/main/webapp/WEB-INF/css/default-styles.css
+212
-174
newProject.html
src/main/webapp/WEB-INF/templates/newProject.html
+116
-181
No files found.
src/main/webapp/WEB-INF/controllers/ProjectController.js
View file @
64c64bd4
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/css/default-styles.css
View file @
64c64bd4
#header
{
width
:
100%
;
height
:
8%
;
background-color
:
darkslategray
;
}
#sidebar-left
{
float
:
left
;
width
:
20%
;
height
:
87.5%
;
}
#main
{
float
:
left
;
width
:
80%
;
height
:
87.5%
;
background-color
:
floralwhite
;
margin-left
:
-7px
;
}
#footer
{
height
:
8%
;
width
:
100%
;
}
.myGrid
{
width
:
98.5%
;
height
:
300px
;
margin-left
:
5px
;
}
#gridTest
,
#gridTest1
.ui-grid-cell-contents
{
text-align
:
center
;
}
.watermark
{
position
:
absolute
;
top
:
50%
;
transform
:
translateY
(
-50%
);
opacity
:
0.75
;
width
:
100%
;
text-align
:
center
;
z-index
:
1000
;
}
.md-button
{
text-transform
:
capitalize
!important
;
}
.carousel-indicators
li
{
background-color
:
orange
;
border-color
:
#ff9200
;
}
.carousel-indicators
.active
{
background-color
:
orange
;
border-color
:
#ff9200
;
}
md-dialog
{
margin-left
:
15%
;
}
.navbar-inverse
{
background-color
:
darkslategray
;
border-color
:
darkslategray
;
color
:
#fff
;
}
.navbar-inverse
.navbar-nav
>
.dropdown
>
a
.caret
{
border-top-color
:
#fff
;
border-bottom-color
:
#fff
;
}
.navbar-inverse
.navbar-nav
>
.active
>
a
,
.navbar-inverse
.navbar-nav
>
.active
>
a
:hover
,
.navbar-inverse
.navbar-nav
>
.active
>
a
:focus
{
color
:
#fff
;
background-color
:
darkslategray
;
}
.mainDivHeaderClass
{
text-align
:
center
;
background
:
cadetblue
;
color
:
floralwhite
;
border-radius
:
5px
;
}
.dropdown-menu
{
position
:
absolute
;
top
:
100%
;
left
:
0
;
z-index
:
1000
;
display
:
none
;
float
:
left
;
width
:
290px
;
height
:
261px
;
padding
:
0
;
margin
:
0
;
list-style
:
none
;
background-color
:
transparent
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
border-radius
:
5px
;
-webkit-box-shadow
:
0
6px
6px
rgba
(
0
,
0
,
0
,
0.175
);
box-shadow
:
0
6px
6px
rgba
(
0
,
0
,
0
,
0.175
);
background-clip
:
padding-box
;
}
.autoComplete-dropdown
{
font
:
inherit
;
border-color
:
#ececec
;
border-width
:
1px
;
width
:
206px
;
cursor
:
pointer
;
position
:
absolute
;
z-index
:
9999
;
top
:
35px
;
overflow-y
:
auto
;
max-height
:
206px
;
}
.selectHeader
{
Please
note
:
All
these
selectors
are
only
applied
to
children
of
elements
with
the
'selectdemoSelectHeader'
class
}
.selectHeader
.searchBoxHeader
{
border
:
none
;
outline
:
none
;
}
.selectHeader
.selectHeaderChild
{
box-shadow
:
0
1px
0
0
rgba
(
0
,
0
,
0
,
0.1
),
0
0
0
0
rgba
(
0
,
0
,
0
,
0.14
),
0
0
0
0
rgba
(
0
,
0
,
0
,
0.12
);
padding-left
:
10.667px
;
height
:
48px
;
cursor
:
pointer
;
position
:
relative
;
display
:
flex
;
width
:
auto
;
position
:
fixed
;
z-index
:
10
;
background
:
white
;
width
:
100%
;
}
.optionScroll
{
margin-top
:
50px
;
}
.selectHeader
.md-content._md
{
max-height
:
240px
;
}
.md-dialog-container
{
z-index
:
100
!important
;
}
.md-select-menu-container
{
z-index
:
100
!important
;
}
/* Styles added*/
.selectdemoSelectHeader
{
/* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}
.selectdemoSelectHeader
.demo-header-searchbox
{
border
:
none
;
outline
:
none
;
height
:
100%
;
width
:
100%
;
padding
:
0
;
}
.selectdemoSelectHeader
.demo-select-header
{
box-shadow
:
0
1px
0
0
rgba
(
0
,
0
,
0
,
0.1
),
0
0
0
0
rgba
(
0
,
0
,
0
,
0.14
),
0
0
0
0
rgba
(
0
,
0
,
0
,
0.12
);
padding-left
:
10.667px
;
height
:
48px
;
cursor
:
pointer
;
position
:
relative
;
display
:
flex
;
align-items
:
center
;
width
:
auto
;
}
.selectdemoSelectHeader
md-content
._md
{
max-height
:
240px
;
}
.leads-data
{
border
:
1px
solid
#ccc
;
padding
:
5px
10px
;
float
:
left
;
width
:
100%
;}
.leads-data
p
{
float
:
left
;
width
:
auto
;
background
:
#ccc
;
margin-right
:
5px
;
padding
:
2px
2px
;}
.close-mdselect
{
right
:
9px
;
position
:
absolute
;
top
:
17px
;}
.search-spacingleft
{
height
:
48px
!important
;
padding-left
:
5px
;}
.header-spacing
{
padding-left
:
0px
!important
;}
/* Styles added*/
\ No newline at end of file
width
:
100%
;
height
:
8%
;
background-color
:
darkslategray
;
}
#sidebar-left
{
float
:
left
;
width
:
20%
;
height
:
87.5%
;
}
#main
{
float
:
left
;
width
:
80%
;
height
:
87.5%
;
background-color
:
floralwhite
;
margin-left
:
-7px
;
}
#footer
{
height
:
8%
;
width
:
100%
;
}
.myGrid
{
width
:
98.5%
;
height
:
300px
;
margin-left
:
5px
;
}
#gridTest
,
#gridTest1
.ui-grid-cell-contents
{
text-align
:
center
;
}
.watermark
{
position
:
absolute
;
top
:
50%
;
transform
:
translateY
(
-50%
);
opacity
:
0.75
;
width
:
100%
;
text-align
:
center
;
z-index
:
1000
;
}
.md-button
{
text-transform
:
capitalize
!important
;
}
.carousel-indicators
li
{
background-color
:
orange
;
border-color
:
#ff9200
;
}
.carousel-indicators
.active
{
background-color
:
orange
;
border-color
:
#ff9200
;
}
md-dialog
{
margin-left
:
15%
;
}
.navbar-inverse
{
background-color
:
darkslategray
;
border-color
:
darkslategray
;
color
:
#fff
;
}
.navbar-inverse
.navbar-nav
>
.dropdown
>
a
.caret
{
border-top-color
:
#fff
;
border-bottom-color
:
#fff
;
}
.navbar-inverse
.navbar-nav
>
.active
>
a
,
.navbar-inverse
.navbar-nav
>
.active
>
a
:hover
,
.navbar-inverse
.navbar-nav
>
.active
>
a
:focus
{
color
:
#fff
;
background-color
:
darkslategray
;
}
.mainDivHeaderClass
{
text-align
:
center
;
background
:
cadetblue
;
color
:
floralwhite
;
border-radius
:
5px
;
}
.dropdown-menu
{
position
:
absolute
;
top
:
100%
;
left
:
0
;
z-index
:
1000
;
display
:
none
;
float
:
left
;
width
:
290px
;
height
:
261px
;
padding
:
0
;
margin
:
0
;
list-style
:
none
;
background-color
:
transparent
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
border-radius
:
5px
;
-webkit-box-shadow
:
0
6px
6px
rgba
(
0
,
0
,
0
,
0.175
);
box-shadow
:
0
6px
6px
rgba
(
0
,
0
,
0
,
0.175
);
background-clip
:
padding-box
;
}
.autoComplete-dropdown
{
font
:
inherit
;
border-color
:
#ececec
;
border-width
:
1px
;
width
:
206px
;
cursor
:
pointer
;
position
:
absolute
;
z-index
:
9999
;
top
:
35px
;
overflow-y
:
auto
;
max-height
:
206px
;
}
.selectHeader
{
Please
note
:
All
these
selectors
are
only
applied
to
children
of
elements
with
the
'selectdemoSelectHeader'
class
}
.selectHeader
.searchBoxHeader
{
border
:
none
;
outline
:
none
;
}
.selectHeader
.selectHeaderChild
{
box-shadow
:
0
1px
0
0
rgba
(
0
,
0
,
0
,
0.1
),
0
0
0
0
rgba
(
0
,
0
,
0
,
0.14
),
0
0
0
0
rgba
(
0
,
0
,
0
,
0.12
);
padding-left
:
10.667px
;
height
:
48px
;
cursor
:
pointer
;
position
:
relative
;
display
:
flex
;
width
:
auto
;
position
:
fixed
;
z-index
:
10
;
background
:
white
;
width
:
100%
;
}
.optionScroll
{
margin-top
:
50px
;
}
.selectHeader
.md-content._md
{
max-height
:
240px
;
}
.md-dialog-container
{
z-index
:
100
!important
;
}
.md-select-menu-container
{
z-index
:
100
!important
;
}
.md-dialog-custom-height
{
max-height
:
95%
!important
;
}
.md-content
{
height
:
1100px
!important
;
}
.selectdemoSelectHeader
.demo-header-searchbox
{
border
:
none
;
outline
:
none
;
height
:
100%
;
width
:
100%
;
padding
:
0
;
}
.selectdemoSelectHeader
.demo-select-header
{
box-shadow
:
0
1px
0
0
rgba
(
0
,
0
,
0
,
0.1
),
0
0
0
0
rgba
(
0
,
0
,
0
,
0.14
),
0
0
0
0
rgba
(
0
,
0
,
0
,
0.12
);
padding-left
:
10.667px
;
height
:
48px
;
cursor
:
pointer
;
position
:
relative
;
display
:
flex
;
align-items
:
center
;
width
:
auto
;
}
.selectdemoSelectHeader
md-content
._md
{
max-height
:
240px
;
}
.leads-data
{
border
:
1px
solid
#ccc
;
padding
:
5px
10px
;
float
:
left
;
width
:
100%
;
}
.leads-data
p
{
float
:
left
;
width
:
auto
;
background
:
#ccc
;
margin-right
:
5px
;
padding
:
2px
2px
;
}
.close-mdselect
{
right
:
9px
;
position
:
absolute
;
top
:
17px
;
}
.search-spacingleft
{
height
:
48px
!important
;
padding-left
:
5px
;
}
.header-spacing
{
padding-left
:
0px
!important
;
}
/* Styles added*/
src/main/webapp/WEB-INF/templates/newProject.html
View file @
64c64bd4
This diff is collapsed.
Click to expand it.
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