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
0fe83d51
Commit
0fe83d51
authored
Feb 03, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor css tweaks
parent
7fef460f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
26 deletions
+4
-26
src/css/less/panel.less
+2
-1
src/css/less/sidemenu.less
+2
-25
No files found.
src/css/less/panel.less
View file @
0fe83d51
...
...
@@ -6,13 +6,14 @@
}
.panel-margin {
margin:
5
px;
margin:
4
px;
display: block;
}
.panel-container {
background: @grafanaPanelBackground;
position: relative;
border: 1px solid @grayDark;
&:hover {
.panel-actions {
display: block;
...
...
src/css/less/sidemenu.less
View file @
0fe83d51
// body {
// position: absolute;
// overflow: hidden;
// width: 100%;
// height: 100%;
// }
// .sidemenu-canvas {
// width: 100%;
// height: 100%;
// position: relative;
// -webkit-transform: translateX(0);
// transform: translateX(0);
// -webkit-transition: .3s ease all;
// transition: .3s ease all;
// }
.sidemenu-wrapper {
position: absolute;
display: none;
...
...
@@ -39,14 +22,8 @@
padding-left: 200px;
}
.sidemenu-canvas {
//-webkit-transform: translateX(200px);
//transform: translateX(200px);
}
.dashboard-notice {
margin-left: 200px;
width: auto;
.panel-fullscreen {
left: 200px;
}
}
...
...
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