mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
Fixed margin on Inventory report status
This commit is contained in:
parent
a90118454d
commit
4f796938cd
@ -155,10 +155,6 @@ div.uil-ring-css {
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.wz-margin-top-4 {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
/* Custom buttons styles */
|
||||
|
||||
.wz-button {
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user