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
df93dea7
Commit
df93dea7
authored
Sep 03, 2015
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Design Improve
Styles has been edited
parent
6b4558f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
86 additions
and
15 deletions
+86
-15
app.css
app/app.css
+86
-15
No files found.
app/app.css
View file @
df93dea7
...
...
@@ -14,12 +14,35 @@ body {
outline
:
none
;
}
a
{
color
:
#a61229
;
}
a
:hover
{
color
:
#941A1A
;
}
.breadcrumb
{
background-color
:
transparent
;
padding
:
0
;
font-size
:
18px
;
}
.brand
{
border-bottom
:
1px
solid
#ccc
;
}
.logo
{
}
.logo
img
{
width
:
80%
;
margin-left
:
8%
;
margin-top
:
23px
;
margin-bottom
:
23px
;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header
,
.marketing
,
...
...
@@ -50,7 +73,7 @@ body {
nav
.navbar
{
background-color
:
#A61229
;
border-color
:
#941A1A
;
min-height
:
65
px
;
min-height
:
30
px
;
}
a
.navbar-brand
img
{
...
...
@@ -92,10 +115,31 @@ a.navbar-brand img {
margin-top
:
28px
;
}
ul
.header-menu
{
float
:
left
;
padding-left
:
23px
;
}
ul
.header-menu
li
{
list-style
:
none
;
float
:
left
;
margin-right
:
15px
;
margin-top
:
10px
;
}
ul
.header-menu
li
a
{
color
:
#fff
;
text-decoration
:
none
;
opacity
:
0.9
;
}
ul
.header-menu
li
a
:hover
{
opacity
:
1
;
}
.nav
>
li
>
a
{
color
:
#696969
;
border-left
:
3px
solid
transparent
;
padding
:
15px
;
border-left
:
3px
solid
transparent
;
-webkit-transition
:
all
.2s
;
-moz-transition
:
all
.2s
;
-ms-transition
:
all
.2s
;
...
...
@@ -103,19 +147,30 @@ a.navbar-brand img {
transition
:
all
.2s
;
}
.sidebar
.nav
>
li
ul
{
border-bottom
:
3px
solid
#E4E4E4
;
border-left
:
3px
solid
#A61229
;
}
.sidebar
.nav
>
li
ul
>
li
a
{
font-family
:
'robotoregular'
;
background-color
:
#f5f5f5
;
}
.nav
>
li
>
a
:visited
{
background-color
:
#f0eeee
;
}
.nav
>
li
.active
>
a
{
text-decoration
:
none
;
background-color
:
#
E0E0E8
;
color
:
#
2B2B2B
;
background-color
:
#
f5f5f5
;
color
:
#
565656
;
border-color
:
#A61229
;
}
.nav
>
li
.active
>
a
:hover
,
.sidebar
.nav
>
li
ul
>
li
a
:hover
,
.nav
>
li
>
a
:hover
{
background-color
:
#
E0E0E8
;
background-color
:
#
f9f9f9
;
}
/*!
...
...
@@ -136,28 +191,39 @@ select {
.manager-view
{
height
:
100%
;
background-color
:
#fff
;
width
:
calc
(
100%
-
250px
);
-webkit-width
:
calc
(
100%
-
250px
);
position
:
absolute
;
right
:
0
;
background-color
:
#f
cfcfc
;
background-color
:
#f
5f5f5
;
}
.manager-view-inner
{
height
:
100%
;
height
:
calc
(
100%
-
41px
);
-webkit-height
:
calc
(
100%
-
41px
);
width
:
100%
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
}
.manager-view-header
{
width
:
100%
;
padding
:
10px
15px
;
background-color
:
#f
0eeee
;
background-color
:
#f
ff
;
border-bottom
:
1px
solid
#ccc
;
-webkit-flex-shrink
:
0
;
flex-shrink
:
0
;
position
:
relative
;
z-index
:
1
;
}
.manager-view-content
{
padding
:
35px
50px
;
overflow
:
auto
;
-webkit-flex-grow
:
1
;
flex-grow
:
1
;
}
.navbar-top-links
{
...
...
@@ -173,8 +239,6 @@ select {
}
.navbar-top-links
li
a
{
padding
:
22px
20px
;
min-height
:
65px
;
color
:
#fff
;
cursor
:
pointer
;
}
...
...
@@ -243,8 +307,9 @@ select {
}
.sidebar
{
background-color
:
#f
0eeee
;
background-color
:
#f
ff
;
border-right
:
1px
solid
#ccc
;
overflow
:
auto
;
}
.sidebar
.sidebar-nav.navbar-collapse
{
...
...
@@ -257,6 +322,9 @@ select {
}
.sidebar
ul
li
{
font-family
:
'robotomedium'
;
letter-spacing
:
0.2px
;
border-bottom
:
1px
solid
#DCDCDC
;
}
.sidebar
ul
li
a
.active
{
...
...
@@ -666,6 +734,9 @@ table.dataTable thead .sorting:after {
position
:
absolute
;
width
:
250px
;
height
:
100%
;
-webkit-box-shadow
:
0
0
25px
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
0
25px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
0
25px
rgba
(
0
,
0
,
0
,
0.1
);
}
.navbar-top-links
.dropdown-messages
,
...
...
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