Increased width of query input field in dashlist panel editor

This commit is contained in:
Torkel Ödegaard 2015-06-02 11:05:48 +02:00
parent 50a1feb90a
commit 8cfbd2f8bf
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<li class="tight-form-item">Type</li>
<li>
<select class="input-medium tight-form-input" style="width: 150px;" ng-model="link.type" ng-options="f for f in ['dashboards','link']" ng-change="updated()"></select>
<select class="input-large tight-form-input" style="width: 150px;" ng-model="link.type" ng-options="f for f in ['dashboards','link']" ng-change="updated()"></select>
</li>
<li class="tight-form-item" ng-show="link.type === 'dashboards'">With tag</li>

View File

@ -23,7 +23,7 @@
Query
</li>
<li>
<input type="text" class="input-small tight-form-input" placeholder="title query"
<input type="text" class="input-medium tight-form-input" placeholder="title query"
ng-model="panel.query" ng-change="get_data()" ng-model-onblur>
</li>
<li class="tight-form-item">