Commit 740d4778 by Torkel Ödegaard

added a little padding for metric target editor rows, making tthem sligly heigher

parent 0f7a55d0
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
} }
.grafana-target-segment { .grafana-target-segment {
padding: 5px 7px; padding: 8px 7px;
display: inline-block; display: inline-block;
font-weight: normal; font-weight: normal;
border-right: 1px solid @grafanaTargetSegmentBorder; border-right: 1px solid @grafanaTargetSegmentBorder;
...@@ -337,10 +337,11 @@ input[type=text].grafana-function-param-input { ...@@ -337,10 +337,11 @@ input[type=text].grafana-function-param-input {
} }
a { a {
padding: 5px 7px; padding: 8px 7px;
position: relative; position: relative;
top: 5px; top: 8px;
color: @grafanaTargetColor; color: @grafanaTargetColor;
font-size: 16px;
.grafana-target-hidden & { .grafana-target-hidden & {
color: @grafanaTargetColorHide; color: @grafanaTargetColorHide;
...@@ -353,7 +354,7 @@ input[type=text].grafana-function-param-input { ...@@ -353,7 +354,7 @@ input[type=text].grafana-function-param-input {
} }
input[type=text].grafana-target-text-input { input[type=text].grafana-target-text-input {
padding: 5px 7px; padding: 8px 7px;
border: none; border: none;
margin: 0px; margin: 0px;
background: transparent; background: transparent;
...@@ -367,8 +368,7 @@ input[type=text].grafana-target-segment-input { ...@@ -367,8 +368,7 @@ input[type=text].grafana-target-segment-input {
border-right: 1px solid @grafanaTargetSegmentBorder; border-right: 1px solid @grafanaTargetSegmentBorder;
margin: 0px; margin: 0px;
border-radius: 0; border-radius: 0;
height: 22px; padding: 8px 4px;
line-height: 22px;
} }
select.grafana-target-segment-input { select.grafana-target-segment-input {
...@@ -376,8 +376,8 @@ select.grafana-target-segment-input { ...@@ -376,8 +376,8 @@ select.grafana-target-segment-input {
border-right: 1px solid @grafanaTargetSegmentBorder; border-right: 1px solid @grafanaTargetSegmentBorder;
margin: 0px; margin: 0px;
border-radius: 0; border-radius: 0;
height: 30px; height: 36px;
line-height: 30px; padding: 8px 5px;
} }
.grafana-target .dropdown { .grafana-target .dropdown {
......
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