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
3579a18d
Commit
3579a18d
authored
Aug 22, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Css fix for panel-error position
parent
28de5cbd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/css/less/overrides.less
+2
-4
No files found.
src/css/less/overrides.less
View file @
3579a18d
...
@@ -74,6 +74,7 @@ code, pre {
...
@@ -74,6 +74,7 @@ code, pre {
padding: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: @grafanaPanelBackground;
background: @grafanaPanelBackground;
margin: 5px;
margin: 5px;
position: relative;
}
}
.panel-content {
.panel-content {
...
@@ -112,9 +113,8 @@ code, pre {
...
@@ -112,9 +113,8 @@ code, pre {
.panel-error {
.panel-error {
color: @white;
color: @white;
//padding: 5px 10px 0px 10px;
position: absolute;
position: absolute;
left:
5px
;
left:
0
;
padding: 0px 17px 6px 5px;
padding: 0px 17px 6px 5px;
top: 0;
top: 0;
i {
i {
...
@@ -585,7 +585,6 @@ div.flot-text {
...
@@ -585,7 +585,6 @@ div.flot-text {
// Labels & Badges
// Labels & Badges
.label-tag {
.label-tag {
background-color: @purple;
background-color: @purple;
color: darken(@white, 5%);
color: darken(@white, 5%);
...
@@ -603,7 +602,6 @@ div.flot-text {
...
@@ -603,7 +602,6 @@ div.flot-text {
}
}
// Top menu
// Top menu
.save-dashboard-dropdown {
.save-dashboard-dropdown {
padding: 10px;
padding: 10px;
li>a {
li>a {
...
...
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