1
0
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:
John Mitchell 2018-06-14 17:32:24 -04:00 committed by GitHub
commit 26ffad11a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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 {

View File

@ -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>