Commit 3579a18d by Torkel Ödegaard

Css fix for panel-error position

parent 28de5cbd
...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment