ux(panel_timesettings): tight-form -> gf-form

This commit is contained in:
bergquist
2016-02-24 07:20:54 +01:00
parent 87cb0c2aec
commit 2a45e879bb

View File

@@ -1,59 +1,34 @@
<div class="editor-row"> <div class="gf-form-group">
<div class="section tight-form-container" style="margin-bottom: 20px"> <div class="gf-form">
<div class="tight-form"> <span class="gf-form-label">
<ul class="tight-form-list"> <i class="fa fa-clock-o"></i>
<li class="tight-form-item tight-form-item-icon"> </span>
<i class="fa fa-clock-o"></i>
</li> <span class="gf-form-label width-12">Override relative time</span>
<li class="tight-form-item" style="width: 178px"> <span class="gf-form-label width-6">Last</span>
<strong>Override relative time</strong>
</li> <input type="text" class="gf-form-input max-width-8" placeholder="1h"
<li class="tight-form-item" style="width: 50px"> empty-to-null ng-model="ctrl.panel.timeFrom" valid-time-span
Last ng-change="ctrl.refresh()" ng-model-onblur>
</li> </div>
<li>
<input type="text" class="input-small tight-form-input last" placeholder="1h" <div class="gf-form">
empty-to-null ng-model="ctrl.panel.timeFrom" valid-time-span <span class="gf-form-label">
ng-change="ctrl.refresh()" ng-model-onblur> <i class="fa fa-clock-o"></i>
</li> </span>
</ul> <span class="gf-form-label width-12">Add time shift</span>
<div class="clearfix"></div> <span class="gf-form-label width-6">Amount</span>
</div> <input type="text" class="gf-form-input max-width-8" placeholder="1h"
<div class="tight-form"> empty-to-null ng-model="ctrl.panel.timeShift" valid-time-span
<ul class="tight-form-list"> ng-change="ctrl.refresh()" ng-model-onblur>
<li class="tight-form-item tight-form-item-icon"> </div>
<i class="fa fa-clock-o"></i>
</li> <div class="gf-form">
<li class="tight-form-item" style="width: 178px"> <span class="gf-form-label">
<strong>Add time shift</strong> <i class="fa fa-clock-o"></i>
</li> </span>
<li class="tight-form-item" style="width: 50px"> <editor-checkbox text="Hide time override info" model="ctrl.panel.hideTimeOverride" change="ctrl.refresh()"></editor-checkbox>
Amount
</li>
<li>
<input type="text" class="input-small tight-form-input last" placeholder="1h"
empty-to-null ng-model="ctrl.panel.timeShift" valid-time-span
ng-change="ctrl.refresh()" ng-model-onblur>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="tight-form">
<ul class="tight-form-list">
<li class="tight-form-item tight-form-item-icon">
<i class="fa fa-clock-o"></i>
</li>
<li class="tight-form-item" style="width: 178px">
<strong>Hide time override info</strong>
</li>
<li class="tight-form-item last">
<input class="cr1" id="ctrl.panel.hideTimeOverride" type="checkbox"
ng-model="ctrl.panel.hideTimeOverride" ng-checked="ctrl.panel.hideTimeOverride" ng-change="ctrl.refresh()">
<label for="ctrl.panel.hideTimeOverride" class="cr1"></label>
</li>
</ul>
<div class="clearfix"></div>
</div>
</div> </div>
</div> </div>