Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
1004515b
Commit
1004515b
authored
Feb 13, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(fix): fixed page header height without using fixed height, now 100% height works
parent
7d75e0e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
22 deletions
+24
-22
public/less/grafana.less
+0
-22
public/less/page.less
+24
-0
No files found.
public/less/grafana.less
View file @
1004515b
...
...
@@ -74,11 +74,6 @@
top: 20%;
}
.grafana-app {
display: block;
min-height: 100%;
}
.histogram-chart {
position:relative;
}
...
...
@@ -88,23 +83,6 @@
overflow: auto;
}
.dashboard-container {
padding: 5px 5px;
width: 100%;
box-sizing: border-box;
}
.main-view {
background-image: url(/img/grafana_pattern.png);
background-position: 100% -550px;
background-repeat: no-repeat;
}
.page-dashboard {
.main-view {
background-image: none;
}
}
//
// Srollbars
...
...
public/less/page.less
View file @
1004515b
.grafana-app {
display: block;
height: 100%;
}
.dashboard-container {
padding: 5px 5px;
width: 100%;
box-sizing: border-box;
}
.main-view {
background-image: url(/img/grafana_pattern.png);
background-position: 100% -550px;
background-repeat: no-repeat;
height: 100%;
}
.page-dashboard {
.main-view {
background-image: none;
}
}
.page-container {
background-color: @pageBackground;
...
...
@@ -6,6 +29,7 @@
padding: 25px 56px;
max-width: 1060px;
margin-left: 0;
height: 100%;
}
...
...
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