fix(firefox): fixed table options tab UX issues, fixes #6900

This commit is contained in:
Torkel Ödegaard 2016-12-14 13:16:54 +01:00
parent 488fe62f15
commit baec2bbe8a

View File

@ -26,9 +26,9 @@
<div class="section gf-form-group"> <div class="section gf-form-group">
<h5 class="section-heading">Table Display</h5> <h5 class="section-heading">Table Display</h5>
<div class="gf-form-inline"> <div class="gf-form-inline">
<div class="gf-form max-width-17"> <div class="gf-form">
<label class="gf-form-label width-11">Pagination (Page size)</label> <label class="gf-form-label width-8">Rows per page</label>
<input type="number" class="gf-form-input" <input type="number" class="gf-form-input width-6"
placeholder="100" data-placement="right" placeholder="100" data-placement="right"
ng-model="editor.panel.pageSize" ng-model="editor.panel.pageSize"
ng-change="editor.render()" ng-change="editor.render()"
@ -103,9 +103,9 @@
</div> </div>
<div class="gf-form-inline" ng-if="style.type === 'number'"> <div class="gf-form-inline" ng-if="style.type === 'number'">
<div class="gf-form max-width-17 offset-width-8"> <div class="gf-form offset-width-8">
<label class="gf-form-label width-8">Thresholds<tip>Comma separated values</tip></label> <label class="gf-form-label width-8">Thresholds<tip>Comma separated values</tip></label>
<input type="text" class="gf-form-input" ng-model="style.thresholds" placeholder="50,80" ng-blur="editor.render()" array-join ng-model-onblur> <input type="text" class="gf-form-input width-10" ng-model="style.thresholds" placeholder="50,80" ng-blur="editor.render()" array-join ng-model-onblur>
</div> </div>
<div class="gf-form"> <div class="gf-form">
<label class="gf-form-label width-5">Colors</label> <label class="gf-form-label width-5">Colors</label>