Some styles improvements on data source edit page.
This commit is contained in:
@@ -28,16 +28,15 @@
|
|||||||
<div class="tight-form last">
|
<div class="tight-form last">
|
||||||
<ul class="tight-form-list">
|
<ul class="tight-form-list">
|
||||||
<li class="tight-form-item" style="width: 80px">
|
<li class="tight-form-item" style="width: 80px">
|
||||||
Trends
|
Trends
|
||||||
</li>
|
|
||||||
<li class="tight-form-item">
|
|
||||||
Enable
|
|
||||||
<input class="cr1" id="current.jsonData.trends" type="checkbox"
|
<input class="cr1" id="current.jsonData.trends" type="checkbox"
|
||||||
ng-model="current.jsonData.trends"
|
ng-model="current.jsonData.trends"
|
||||||
ng-checked="current.jsonData.trends">
|
ng-checked="current.jsonData.trends">
|
||||||
<label for="current.jsonData.trends" class="cr1"></label>
|
<label for="current.jsonData.trends" class="cr1"></label>
|
||||||
</li>
|
</li>
|
||||||
<li class="tight-form-item" ng-if="current.jsonData.trends">
|
<li ng-if="current.jsonData.trends"
|
||||||
|
class="tight-form-item"
|
||||||
|
style="width: 105px">
|
||||||
Use trends from
|
Use trends from
|
||||||
</li>
|
</li>
|
||||||
<li ng-if="current.jsonData.trends">
|
<li ng-if="current.jsonData.trends">
|
||||||
|
|||||||
Reference in New Issue
Block a user