ux: minor ux fix

This commit is contained in:
Torkel Ödegaard 2017-10-11 11:17:42 +02:00
parent 7713009caa
commit 71a839deaf

View File

@ -52,14 +52,14 @@ var template = `
<h3 class="page-heading">Preferences</h3> <h3 class="page-heading">Preferences</h3>
<div class="gf-form"> <div class="gf-form">
<span class="gf-form-label width-10">UI Theme</span> <span class="gf-form-label width-11">UI Theme</span>
<div class="gf-form-select-wrapper max-width-20"> <div class="gf-form-select-wrapper max-width-20">
<select class="gf-form-input" ng-model="ctrl.prefs.theme" ng-options="f.value as f.text for f in ctrl.themes"></select> <select class="gf-form-input" ng-model="ctrl.prefs.theme" ng-options="f.value as f.text for f in ctrl.themes"></select>
</div> </div>
</div> </div>
<div class="gf-form"> <div class="gf-form">
<span class="gf-form-label width-10"> <span class="gf-form-label width-11">
Home Dashboard Home Dashboard
<info-popover mode="right-normal"> <info-popover mode="right-normal">
Not finding dashboard you want? Star it first, then it should appear in this select box. Not finding dashboard you want? Star it first, then it should appear in this select box.
@ -70,7 +70,7 @@ var template = `
</div> </div>
<div class="gf-form"> <div class="gf-form">
<label class="gf-form-label width-10">Timezone</label> <label class="gf-form-label width-11">Timezone</label>
<div class="gf-form-select-wrapper max-width-20"> <div class="gf-form-select-wrapper max-width-20">
<select class="gf-form-input" ng-model="ctrl.prefs.timezone" ng-options="f.value as f.text for f in ctrl.timezones"></select> <select class="gf-form-input" ng-model="ctrl.prefs.timezone" ng-options="f.value as f.text for f in ctrl.timezones"></select>
</div> </div>