Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
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
ulakbus
ulakbus-ui
Commits
9ec7cbbd
Commit
9ec7cbbd
authored
Sep 07, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mergedesign' into Feature/#143/Formsets
parents
a49cd6c0
c9a9da66
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
363 additions
and
107 deletions
+363
-107
app.css
app/app.css
+210
-8
personelinfo.html
app/components/personelinfo/personelinfo.html
+152
-99
empty-profile-pic.jpg
app/img/empty-profile-pic.jpg
+0
-0
sample-profile-pic.jpg
app/img/sample-profile-pic.jpg
+0
-0
index.html
app/index.html
+1
-0
No files found.
app/app.css
View file @
9ec7cbbd
/* Space out content a bit */
/* Space out content a bit */
body
{
body
{
font-family
:
'robotoregular'
;
font-family
:
'robotoregular'
;
background-color
:
#
222d32
;
background-color
:
#
f5f5f5
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
::-webkit-scrollbar
{
width
:
5px
;
height
:
5px
;
}
::-webkit-scrollbar-track
{
background-color
:
#ccc
;
}
::-webkit-scrollbar-thumb
{
background-color
:
#999
;
}
.form-control
{
box-shadow
:
none
;
border-radius
:
0
;
border-color
:
#ececec
;
}
.btn
{
border
:
none
;
}
.btn
:focus
,
.btn
:focus
,
.btn
:active:focus
,
.btn
:active:focus
,
.btn.active
:focus
,
.btn.active
:focus
,
...
@@ -39,8 +62,8 @@ a:hover {
...
@@ -39,8 +62,8 @@ a:hover {
.logo
img
{
.logo
img
{
width
:
80%
;
width
:
80%
;
margin-left
:
8%
;
margin-left
:
8%
;
margin-top
:
2
3
px
;
margin-top
:
2
2
px
;
margin-bottom
:
2
3
px
;
margin-bottom
:
2
2
px
;
}
}
/* Everything but the jumbotron gets side spacing for mobile first views */
/* Everything but the jumbotron gets side spacing for mobile first views */
...
@@ -148,13 +171,12 @@ ul.header-menu li a:hover{
...
@@ -148,13 +171,12 @@ ul.header-menu li a:hover{
}
}
.sidebar
.nav
>
li
ul
{
.sidebar
.nav
>
li
ul
{
border-bottom
:
3px
solid
#E4E4E4
;
border-left
:
3px
solid
#A61229
;
border-left
:
3px
solid
#A61229
;
}
}
.sidebar
.nav
>
li
ul
>
li
a
{
.sidebar
.nav
>
li
ul
>
li
a
{
font-family
:
'robotoregular'
;
font-family
:
'robotoregular'
;
background-color
:
#f
5f5f5
;
background-color
:
#f
dfdfd
;
}
}
.nav
>
li
>
a
:visited
{
.nav
>
li
>
a
:visited
{
...
@@ -162,7 +184,7 @@ ul.header-menu li a:hover{
...
@@ -162,7 +184,7 @@ ul.header-menu li a:hover{
.nav
>
li
.active
>
a
{
.nav
>
li
.active
>
a
{
text-decoration
:
none
;
text-decoration
:
none
;
background-color
:
#f
5f5f5
;
background-color
:
#f
dfdfd
;
color
:
#565656
;
color
:
#565656
;
border-color
:
#A61229
;
border-color
:
#A61229
;
}
}
...
@@ -309,7 +331,6 @@ select {
...
@@ -309,7 +331,6 @@ select {
.sidebar
{
.sidebar
{
background-color
:
#fff
;
background-color
:
#fff
;
border-right
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
overflow
:
auto
;
}
}
.sidebar
.sidebar-nav.navbar-collapse
{
.sidebar
.sidebar-nav.navbar-collapse
{
...
@@ -712,6 +733,121 @@ table.dataTable thead .sorting:after {
...
@@ -712,6 +733,121 @@ table.dataTable thead .sorting:after {
margin-top
:
5px
;
margin-top
:
5px
;
}
}
/* PERSONNEL INFO */
.generic-profile-picture
img
{
width
:
220px
;
height
:
220px
;
}
.personnel-info-container
{
width
:
1000px
;
height
:
530px
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-bottom
:
50px
;
background-color
:
#fff
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.1
);
background-color
:
#fff
;
position
:
relative
;
}
.personnel-info-left
{
width
:
250px
;
height
:
100%
;
background-color
:
#fcfcfc
;
padding
:
15px
;
position
:
absolute
;
left
:
0
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
border-right
:
1px
solid
#F7F7F7
;
}
.personnel-info-left
ul
{
padding
:
0
;
margin-top
:
20px
;
}
.personnel-info-left
ul
li
{
list-style
:
none
;
margin-bottom
:
15px
;
position
:
relative
;
padding-left
:
30px
;
color
:
#555
;
}
.personnel-info-left
ul
li
:nth-child
(
1
)
{
padding
:
0
;
font-family
:
'robotobold'
;
font-size
:
18px
;
color
:
#333
;
}
.personnel-info-left
ul
li
:nth-child
(
2
)
{
padding
:
0
;
font-family
:
'robotomedium'
;
font-size
:
17px
;
color
:
#666
;
}
.personnel-info-left
ul
li
i
.fa
{
width
:
18px
;
margin-right
:
15px
;
font-size
:
18px
;
position
:
absolute
;
left
:
0
;
text-align
:
center
;
}
.personnel-info-right
{
width
:
750px
;
height
:
100%
;
background-color
:
#fff
;
padding
:
40px
;
padding-top
:
15px
;
position
:
absolute
;
right
:
0
;
overflow-y
:
auto
;
}
.personnel-info-right
h2
{
margin-top
:
0
;
margin-bottom
:
20px
;
font-family
:
'robotolight'
;
font-size
:
23px
;
}
.info-block
{
margin-bottom
:
70px
;
}
.info-block
:last-child
{
margin-bottom
:
0px
;
}
.info-block-body
dt
{
text-align
:
left
;
font-family
:
'robotomedium'
;
font-weight
:
normal
;
}
.info-block-body
dl
{
margin-bottom
:
10px
;
color
:
#444
;
}
.personnel-info-edit
.personnel-info-left
ul
li
{
padding-left
:
0
;
}
/* END OF PERSONNEL INFO */
/* Responsive: Portrait tablets and up */
/* Responsive: Portrait tablets and up */
@media
screen
and
(
min-width
:
768px
)
{
@media
screen
and
(
min-width
:
768px
)
{
/* Remove the padding we set earlier */
/* Remove the padding we set earlier */
...
@@ -791,4 +927,70 @@ table.dataTable thead .sorting:after {
...
@@ -791,4 +927,70 @@ table.dataTable thead .sorting:after {
border-right-width
:
14px
;
border-right-width
:
14px
;
border-left-width
:
0
;
border-left-width
:
0
;
}
}
}
\ No newline at end of file
.brand
{
text-align
:
center
;
}
.logo
img
{
width
:
200px
;
margin-left
:
0
;
}
.manager-view-content
{
overflow
:
inherit
;
}
body
{
overflow
:
auto
;
}
}
@media
(
max-width
:
1350px
)
{
.personnel-info-container
{
width
:
700px
;
}
.personnel-info-right
{
width
:
450px
;
}
}
@media
(
max-width
:
1000px
)
{
.personnel-info-container
{
width
:
500px
;
height
:
auto
;
}
.personnel-info-left
{
width
:
100%
;
position
:
relative
;
height
:
auto
;
border
:
none
;
}
.personnel-info-right
{
width
:
100%
;
position
:
relative
;
height
:
auto
;
}
.generic-profile-picture
,
.personnel-info-left
ul
li
:nth-child
(
1
),
.personnel-info-left
ul
li
:nth-child
(
2
)
{
text-align
:
center
;
}
.generic-profile-picture
img
{
border-radius
:
100%
;
}
}
@media
(
max-width
:
560px
)
{
.personnel-info-container
{
width
:
350px
;
}
}
app/components/personelinfo/personelinfo.html
View file @
9ec7cbbd
This diff is collapsed.
Click to expand it.
app/img/empty-profile-pic.jpg
0 → 100644
View file @
9ec7cbbd
3.91 KB
app/img/sample-profile-pic.jpg
0 → 100644
View file @
9ec7cbbd
226 KB
app/index.html
View file @
9ec7cbbd
...
@@ -55,6 +55,7 @@
...
@@ -55,6 +55,7 @@
<div
class=
"manager-view-content"
>
<div
class=
"manager-view-content"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"main"
ng-view
>
<div
class=
"main"
ng-view
>
</div>
</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