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
3fb0415b
Commit
3fb0415b
authored
Aug 31, 2015
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Editing
CSS file has been cleared up
parent
71148a7d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
55 deletions
+58
-55
app.css
app/app.css
+58
-55
No files found.
app/app.css
View file @
3fb0415b
...
...
@@ -33,22 +33,26 @@ body {
nav
.navbar
{
background-color
:
#A61229
;
border-color
:
#941A1A
;
min-height
:
65px
;
}
a
.navbar-brand
img
{
height
:
4
0
px
;
margin-top
:
-
9
px
;
height
:
4
5
px
;
margin-top
:
-
6
px
;
}
.navbar-default
.navbar-toggle
.icon-bar
{
background-color
:
#fff
;
}
.navbar-default
.navbar-toggle
:hover
{
background-color
:
#9a1026
;
}
/* Customize container */
@media
(
min-width
:
768px
)
{
.container
{
max-width
:
730px
;
}
.navbar-default
.navbar-toggle
:focus
{
background-color
:
#A61229
;
}
.container-narrow
>
hr
{
margin
:
30px
0
;
}
...
...
@@ -71,25 +75,6 @@ a.navbar-brand img {
margin-top
:
28px
;
}
/* Responsive: Portrait tablets and up */
@media
screen
and
(
min-width
:
768px
)
{
/* Remove the padding we set earlier */
.header
,
.marketing
,
.footer
{
padding-left
:
0
;
padding-right
:
0
;
}
/* Space out the masthead */
.header
{
margin-bottom
:
30px
;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron
{
border-bottom
:
0
;
}
}
.nav
>
li
>
a
{
color
:
#b8c7ce
;
border-left
:
3px
solid
transparent
;
...
...
@@ -137,16 +122,6 @@ body {
background-color
:
#fff
;
}
@media
(
min-width
:
768px
)
{
#page-wrapper
{
position
:
inherit
;
margin
:
0
0
0
250px
;
padding
:
0
30px
;
border-left
:
1px
solid
#e7e7e7
;
background-color
:
#fcfcfc
;
}
}
.navbar-top-links
{
margin-right
:
0
;
}
...
...
@@ -160,8 +135,8 @@ body {
}
.navbar-top-links
li
a
{
padding
:
15
px
;
min-height
:
50
px
;
padding
:
22px
20
px
;
min-height
:
65
px
;
color
:
#fff
;
cursor
:
pointer
;
}
...
...
@@ -274,21 +249,6 @@ body {
padding-left
:
52px
;
}
@media
(
min-width
:
768px
)
{
.sidebar
{
z-index
:
1
;
position
:
absolute
;
width
:
250px
;
margin-top
:
51px
;
}
.navbar-top-links
.dropdown-messages
,
.navbar-top-links
.dropdown-tasks
,
.navbar-top-links
.dropdown-alerts
{
margin-left
:
auto
;
}
}
.btn-outline
{
color
:
inherit
;
background-color
:
transparent
;
...
...
@@ -645,6 +605,49 @@ table.dataTable thead .sorting:after {
margin-top
:
5px
;
}
/* Responsive: Portrait tablets and up */
@media
screen
and
(
min-width
:
768px
)
{
/* Remove the padding we set earlier */
.header
,
.marketing
,
.footer
{
padding-left
:
0
;
padding-right
:
0
;
}
/* Space out the masthead */
.header
{
margin-bottom
:
30px
;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron
{
border-bottom
:
0
;
}
.sidebar
{
z-index
:
1
;
position
:
absolute
;
width
:
250px
;
margin-top
:
65px
;
}
.navbar-top-links
.dropdown-messages
,
.navbar-top-links
.dropdown-tasks
,
.navbar-top-links
.dropdown-alerts
{
margin-left
:
auto
;
}
#page-wrapper
{
position
:
inherit
;
margin
:
0
0
0
250px
;
padding
:
0
30px
;
border-left
:
1px
solid
#e7e7e7
;
background-color
:
#fcfcfc
;
}
.container
{
max-width
:
730px
;
}
}
@media
(
max-width
:
767px
)
{
ul
.timeline
:before
{
left
:
40px
;
...
...
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