fix: Modify margin of subchart radio btns

This commit is contained in:
1ambda 2017-03-16 00:48:24 +09:00
parent 019892ce00
commit 5b88f08be1

View file

@ -43,7 +43,7 @@ limitations under the License.
<ul class="noDot">
<li class="liVertical" ng-repeat="chart in config.chart.available">
<label class="radio-inline">
<input type="radio" style="margin-left: -15px;"
<input type="radio" style="margin-top: 1px; margin-left: -17px;"
ng-checked="config.chart.current === chart"
ng-click="chartChanged(chart)"
name="inlineRadioOptions" id="inlineRadio_{{chart}}" value="{{chart}}">