Commit 3579a18d by Torkel Ödegaard

Css fix for panel-error position

parent 28de5cbd
......@@ -74,6 +74,7 @@ code, pre {
padding: 0px 0px 0px 0px;
background: @grafanaPanelBackground;
margin: 5px;
position: relative;
}
.panel-content {
......@@ -112,9 +113,8 @@ code, pre {
.panel-error {
color: @white;
//padding: 5px 10px 0px 10px;
position: absolute;
left: 5px;
left: 0;
padding: 0px 17px 6px 5px;
top: 0;
i {
......@@ -585,7 +585,6 @@ div.flot-text {
// Labels & Badges
.label-tag {
background-color: @purple;
color: darken(@white, 5%);
......@@ -603,7 +602,6 @@ div.flot-text {
}
// Top menu
.save-dashboard-dropdown {
padding: 10px;
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