mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Cleanup inline styles
This commit is contained in:
parent
38a7d62745
commit
04f458c007
@ -188,3 +188,13 @@
|
||||
font-weight: 400;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.License-action {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-content:flex-end;
|
||||
}
|
||||
|
||||
.License-actionError {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
@ -181,7 +181,6 @@ export default
|
||||
});
|
||||
}).catch((data) => {
|
||||
Wait('stop');
|
||||
reset();
|
||||
$scope.licenseError = data.error;
|
||||
});
|
||||
};
|
||||
|
||||
@ -176,8 +176,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex;flex-direction: row;align-content:flex-end;">
|
||||
<div style="flex: 1">
|
||||
<div class="License-action">
|
||||
<div class="License-actionError">
|
||||
<span ng-show="success == true" class="License-greenText License-submit--success pull-right" translate>Save successful!</span>
|
||||
<span ng-show="licenseError" class="License-redText License-submit--failure pull-right" translate>Save unsuccessful - {{licenseError}}</span>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user