mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
Cleanup inline styles
This commit is contained in:
@@ -188,3 +188,13 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin-top: 10px;
|
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) => {
|
}).catch((data) => {
|
||||||
Wait('stop');
|
Wait('stop');
|
||||||
reset();
|
|
||||||
$scope.licenseError = data.error;
|
$scope.licenseError = data.error;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -176,8 +176,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;flex-direction: row;align-content:flex-end;">
|
<div class="License-action">
|
||||||
<div style="flex: 1">
|
<div class="License-actionError">
|
||||||
<span ng-show="success == true" class="License-greenText License-submit--success pull-right" translate>Save successful!</span>
|
<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>
|
<span ng-show="licenseError" class="License-redText License-submit--failure pull-right" translate>Save unsuccessful - {{licenseError}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user