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
01b4687a
Commit
01b4687a
authored
Sep 28, 2015
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sidebar layout & footer
The styles for sidebar and footer have been implemented
parent
c1b0126b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
7 deletions
+28
-7
app.css
app/app.css
+28
-7
No files found.
app/app.css
View file @
01b4687a
...
@@ -68,6 +68,7 @@ button.brand-bg:hover {
...
@@ -68,6 +68,7 @@ button.brand-bg:hover {
}
}
.brand
{
.brand
{
height
:
98px
;
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
}
}
...
@@ -773,6 +774,10 @@ table.dataTable thead .sorting:after {
...
@@ -773,6 +774,10 @@ table.dataTable thead .sorting:after {
font-family
:
'robotolight'
;
font-family
:
'robotolight'
;
}
}
.dashboard
.major-buttons
a
button
:focus
{
color
:
#fff
;
}
/* END OF DASHBOARD */
/* END OF DASHBOARD */
...
@@ -931,6 +936,28 @@ table.dataTable thead .sorting:after {
...
@@ -931,6 +936,28 @@ table.dataTable thead .sorting:after {
.manager-view
{
.manager-view
{
height
:
100%
;
height
:
100%
;
}
}
.sidebar
.sidebar-nav.navbar-collapse
{
overflow-x
:
visible
;
overflow-y
:
scroll
;
position
:
absolute
;
width
:
100%
;
max-height
:
calc
(
85%
-
139px
);
border-bottom
:
2px
solid
#ccc
;
}
footer
{
position
:
absolute
;
bottom
:
35px
;
padding
:
15px
;
width
:
100%
;
text-align
:
center
;
}
footer
span
{
font-family
:
'robotobold'
;
color
:
#777
;
}
}
}
@media
(
max-width
:
767px
)
{
@media
(
max-width
:
767px
)
{
...
@@ -1062,10 +1089,4 @@ table.dataTable thead .sorting:after {
...
@@ -1062,10 +1089,4 @@ table.dataTable thead .sorting:after {
position
:
absolute
;
position
:
absolute
;
right
:
0
;
right
:
0
;
top
:
auto
;
top
:
auto
;
}
}
\ No newline at end of file
.sidebarscroll
{
overflow-x
:
visible
;
overflow-y
:
scroll
;
height
:
700px
;
}
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