Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Poduptime
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diasporg
Poduptime
Commits
1eed4153
Commit
1eed4153
authored
Dec 20, 2016
by
David Morley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flie for bootstrap
parent
4c9fe4dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
103 additions
and
0 deletions
+103
-0
css/dashboard.css
css/dashboard.css
+103
-0
No files found.
css/dashboard.css
0 → 100644
View file @
1eed4153
/*
* Base structure
*/
/* Move down content because we have a fixed navbar that is 50px tall */
body
{
padding-top
:
50px
;
}
/*
* Global add-ons
*/
.sub-header
{
padding-bottom
:
10px
;
border-bottom
:
1px
solid
#eee
;
}
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top
{
border
:
0
;
}
/*
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar
{
display
:
none
;
}
@media
(
min-width
:
768px
)
{
.sidebar
{
position
:
fixed
;
top
:
51px
;
bottom
:
0
;
left
:
0
;
z-index
:
1000
;
display
:
block
;
padding
:
20px
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
/* Scrollable contents if viewport is shorter than content. */
background-color
:
#f5f5f5
;
border-right
:
1px
solid
#eee
;
}
}
/* Sidebar navigation */
.nav-sidebar
{
margin-right
:
-21px
;
/* 20px padding + 1px border */
margin-bottom
:
20px
;
margin-left
:
-20px
;
}
.nav-sidebar
>
li
>
a
{
padding-right
:
20px
;
padding-left
:
20px
;
}
.nav-sidebar
>
.active
>
a
,
.nav-sidebar
>
.active
>
a
:hover
,
.nav-sidebar
>
.active
>
a
:focus
{
color
:
#fff
;
background-color
:
#696969
;
}
/*
* Main content
*/
.main
{
padding
:
20px
;
}
@media
(
min-width
:
768px
)
{
.main
{
padding-right
:
40px
;
padding-left
:
40px
;
}
}
/*
* Placeholder dashboard ideas
*/
.placeholders
{
margin-bottom
:
30px
;
text-align
:
center
;
}
.placeholders
h4
{
margin-bottom
:
0
;
}
.placeholder
{
margin-bottom
:
20px
;
}
.placeholder
img
{
display
:
inline-block
;
border-radius
:
50%
;
}
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