Fixed margin on Inventory report status

This commit is contained in:
JuanjiJG 2018-08-06 10:28:39 +02:00 committed by Javier Castro
parent a90118454d
commit 4f796938cd
3 changed files with 9 additions and 5 deletions

View File

@ -155,10 +155,6 @@ div.uil-ring-css {
top: -3px;
}
.wz-margin-top-4 {
margin-top: 4px;
}
/* Custom buttons styles */
.wz-button {

View File

@ -44,6 +44,14 @@
margin-right: 0px;
}
.wz-margin-top-4 {
margin-top: 4px;
}
.wz-margin-top-8 {
margin-top: 8px;
}
.wz-margin-top-10 {
margin-top: 10px;
}

View File

@ -156,7 +156,7 @@
<!-- End loading status section -->
<!-- Report status section -->
<div layout="column" layout-align="center center" ng-if="(tab !== 'welcome') && (tab !== 'configuration')" ng-show="reportBusy && reportStatus">
<div layout="column" layout-align="center center" class="wz-margin-top-8" ng-if="(tab !== 'welcome') && (tab !== 'configuration')" ng-show="reportBusy && reportStatus">
<div class="percentage"><i class="fa fa-fw fa-spin fa-spinner" aria-hidden="true"></i></div>
<div class="percentage">{{reportStatus}}</div>
</div>