mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #2148 from jlmitch5/fixNoLicenseLayoutStyling
fix no license layout styling
This commit is contained in:
commit
26ffad11a5
@ -193,6 +193,10 @@
|
||||
|
||||
+ .at-Layout-main {
|
||||
padding-left: @at-width-expanded-side-nav;
|
||||
}
|
||||
|
||||
+ .at-Layout-main--noLicense {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.at-Layout-sideNavSpacer--first {
|
||||
|
@ -94,7 +94,7 @@
|
||||
system-admin-only="true">
|
||||
</at-side-nav-item>
|
||||
</at-side-nav>
|
||||
<div class="at-Layout-main">
|
||||
<div class="at-Layout-main" ng-class="{'at-Layout-main--noLicense': vm.licenseIsMissing}">
|
||||
<div class="at-Layout-content">
|
||||
<ng-transclude></ng-transclude>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user