master ui changes
This commit is contained in:
parent
a8e4bdcbc9
commit
54e082338a
@ -85,12 +85,12 @@
|
|||||||
<input type="submit" value="Submit" ladda="ldloading1.zoom_in" tabindex="9" class="btn btn-wide btn-success" data-style="zoom-in"/>
|
<input type="submit" value="Submit" ladda="ldloading1.zoom_in" tabindex="9" class="btn btn-wide btn-success" data-style="zoom-in"/>
|
||||||
|
|
||||||
</div>-->
|
</div>-->
|
||||||
<div class="col-md-2" style="padding-top: 2.3%;">
|
<div class="col-md-2" >
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<!--<button type="submit" ladda="ldloading1.zoom_in" tabindex="4" class="btn btn-wide btn-success" data-style="zoom-in"/>
|
<!--<button type="submit" ladda="ldloading1.zoom_in" tabindex="4" class="btn btn-wide btn-success" data-style="zoom-in"/>
|
||||||
Submit
|
Submit
|
||||||
</button>-->
|
</button>-->
|
||||||
<button type="submit" ladda="ldloading.zoom_in" tabindex="4" class="btn btn-wide btn-success" data-style="zoom-in">
|
<button style="margin-top:20px;" type="submit" ladda="ldloading.zoom_in" tabindex="4" class="btn btn-wide btn-success" data-style="zoom-in">
|
||||||
Add
|
Add
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -36,9 +36,9 @@
|
|||||||
<span class="error text-small block" ng-if="Form.StatusName.$dirty && Form.StatusName.$error.required">Account Name is required</span>
|
<span class="error text-small block" ng-if="Form.StatusName.$dirty && Form.StatusName.$error.required">Account Name is required</span>
|
||||||
<span class="error text-small block" ng-if="Form.StatusName.$dirty && Form.StatusName.$error.pattern">Invalid Account Name </span>
|
<span class="error text-small block" ng-if="Form.StatusName.$dirty && Form.StatusName.$error.pattern">Invalid Account Name </span>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2" style="padding-top: 2.3%;">
|
<div class="col-md-2" >
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<button style="margin-top:-6px;" type="submit" ladda="ldloading1.zoom_in" tabindex="2" class="btn btn-wide btn-success" data-style="zoom-in">
|
<button style="margin-top:20px;" type="submit" ladda="ldloading1.zoom_in" tabindex="2" class="btn btn-wide btn-success" data-style="zoom-in">
|
||||||
Add
|
Add
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<span class="glyphicon sort-icon" ng-show="sortKey=='ListName'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"> </span>
|
<span class="glyphicon sort-icon" ng-show="sortKey=='ListName'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"> </span>
|
||||||
</th>
|
</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<th></th>
|
<th>Action</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<!-- {{statusInfo}} -->
|
<!-- {{statusInfo}} -->
|
||||||
|
|||||||
@ -65,9 +65,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>-->
|
</div>-->
|
||||||
<div class="col-md-2" style="padding-top: 2.3%;">
|
<div class="col-md-2">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<button style="margin-top:-6px;" type="submit" ladda="ldloading1.zoom_in" tabindex="2" class="btn btn-wide btn-success" data-style="zoom-in" >
|
<button style="margin-top:20px;" type="submit" ladda="ldloading1.zoom_in" tabindex="2" class="btn btn-wide btn-success" data-style="zoom-in" >
|
||||||
Add
|
Add
|
||||||
</button>
|
</button>
|
||||||
<!-- <button type="submit" class="btn btn-success btn-o" tabindex="8">
|
<!-- <button type="submit" class="btn btn-success btn-o" tabindex="8">
|
||||||
|
|||||||
@ -36,9 +36,9 @@
|
|||||||
<span class="error text-small block" ng-if="Form.StatusName.$dirty && Form.StatusName.$error.required">Status name is required</span>
|
<span class="error text-small block" ng-if="Form.StatusName.$dirty && Form.StatusName.$error.required">Status name is required</span>
|
||||||
<span class="error text-small block" ng-if="Form.StatusName.$dirty && Form.StatusName.$error.pattern">Invalid Status name </span>
|
<span class="error text-small block" ng-if="Form.StatusName.$dirty && Form.StatusName.$error.pattern">Invalid Status name </span>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2" style="padding-top: 2.3%;">
|
<div class="col-md-2" >
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<button style="margin-top:-6px;" type="submit" ladda="ldloading1.zoom_in" tabindex="2" class="btn btn-wide btn-success" data-style="zoom-in">
|
<button style="margin-top:20px;" type="submit" ladda="ldloading1.zoom_in" tabindex="2" class="btn btn-wide btn-success" data-style="zoom-in">
|
||||||
Add
|
Add
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
|
|
||||||
<th></th>
|
<th>Action</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -187,9 +187,9 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</br>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-11">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<button type="submit" ng-disabled="disableButton" tabindex="3" class="btn btn-wide btn-success"
|
<button type="submit" ng-disabled="disableButton" tabindex="3" class="btn btn-wide btn-success"
|
||||||
data-style="zoom-in"> Submit </button>
|
data-style="zoom-in"> Submit </button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user