Commit 7f970bbc by Torkel Ödegaard

ux(): mini polish to forms, reducing padding between checkbox and label

parent 35609fe3
......@@ -15,7 +15,7 @@
<div class="gf-form">
<span class="gf-form-label width-7">Name</span>
<input class="gf-form-input max-width-21" type="text" ng-model="current.name" placeholder="My data source name" required>
<gf-popover offset="0px -85px">
<gf-popover offset="0px -95px">
The name is used when you select the data source in panels.
The <code>Default</code> data source is preselected in new
panels.
......
......@@ -58,7 +58,7 @@ $gf-form-label-margin: 0.25rem;
.checkbox-label {
display: inline;
cursor: pointer;
padding: $input-padding-y $input-padding-x;
padding: $input-padding-y 0.4rem;
line-height: $input-line-height;
}
}
......
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