-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #36762 - Update Katello CSS to not override Foreman (#10748)
- Loading branch information
Showing
21 changed files
with
190 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
.pf-c-dropdown.pf-m-align-right { | ||
width: 100%; | ||
justify-content: flex-end; | ||
display: flex; | ||
} | ||
.katello-pf4-table { | ||
.pf-c-dropdown.pf-m-align-right { | ||
width: 100%; | ||
justify-content: flex-end; | ||
display: flex; | ||
} | ||
|
||
.pf-c-dropdown__menu { | ||
min-width: 0; | ||
} | ||
.pf-c-dropdown__menu { | ||
min-width: 0; | ||
} | ||
.pf-c-wizard__footer { | ||
z-index: 1; | ||
} | ||
|
||
.pf-c-wizard__footer { | ||
z-index: 1; | ||
} | ||
|
||
.pf-c-table tbody tr td { | ||
vertical-align: inherit; | ||
} | ||
.pf-c-table tbody tr td { | ||
vertical-align: inherit; | ||
} | ||
|
||
input[type="checkbox"][disabled] { | ||
cursor: initial; | ||
input[type='checkbox'][disabled] { | ||
cursor: initial; | ||
} | ||
} |
16 changes: 9 additions & 7 deletions
16
webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
.pf-c-empty-state { | ||
margin-top: 0; | ||
#errata-card { | ||
.pf-c-empty-state { | ||
margin-top: 0; | ||
} | ||
.piechart-overflow { | ||
margin-right: -20px; | ||
position: relative; | ||
left: -30px; | ||
} | ||
} | ||
.piechart-overflow { | ||
margin-right: -20px; | ||
position: relative; | ||
left: -30px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 33 additions & 31 deletions
64
webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,39 @@ | ||
.ak-details-header { | ||
margin: 0 24px 16px; | ||
padding-top: 16px; | ||
} | ||
#ak-details-katello { | ||
.ak-details-header { | ||
margin: 0 24px 16px; | ||
padding-top: 16px; | ||
} | ||
|
||
.ak-details-description { | ||
padding-top: 16px; | ||
} | ||
.ak-details-description { | ||
padding-top: 16px; | ||
} | ||
|
||
.breadcrumb-bar-pf4 { | ||
margin: 0 0 16px; | ||
} | ||
.breadcrumb-bar-pf4 { | ||
margin: 0 0 16px; | ||
} | ||
|
||
.breadcrumb-display { | ||
display: block; | ||
} | ||
.breadcrumb-display { | ||
display: block; | ||
} | ||
|
||
.breadcrumb-list { | ||
display: flex; | ||
flex-wrap: wrap; | ||
align-items: center; | ||
} | ||
.breadcrumb-list { | ||
display: flex; | ||
flex-wrap: wrap; | ||
align-items: center; | ||
} | ||
|
||
.ak-name-truncate { | ||
text-overflow: ellipsis; | ||
max-width: 100%; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
display: inline-block; | ||
margin-right: 16px | ||
} | ||
.ak-name-truncate { | ||
text-overflow: ellipsis; | ||
max-width: 100%; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
display: inline-block; | ||
margin-right: 16px; | ||
} | ||
|
||
.ak-name-wrapper { | ||
display: inline-flex; | ||
max-width: 60%; | ||
margin-right: 8px; | ||
} | ||
.ak-name-wrapper { | ||
display: inline-flex; | ||
max-width: 60%; | ||
margin-right: 8px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 8 additions & 6 deletions
14
webpack/scenes/ContentViews/Create/CreateContentViewForm.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
.pf-c-tile__title { | ||
font-size: 16px; | ||
} | ||
#create-content-view-form { | ||
.pf-c-tile__title { | ||
font-size: 16px; | ||
} | ||
|
||
.pf-c-tile__icon { | ||
min-height: 38px; | ||
} | ||
.pf-c-tile__icon { | ||
min-height: 38px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
.pf-c-expandable-section__content { | ||
#content-view-delete-wizard { | ||
.pf-c-expandable-section__content { | ||
margin-bottom: 1em; | ||
margin-top: 1em; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
.pf-c-switch { | ||
--pf-c-switch__input--focus__toggle--OutlineWidth: 0; | ||
} | ||
#content-view-publish-wizard { | ||
.pf-c-switch { | ||
--pf-c-switch__input--focus__toggle--OutlineWidth: 0; | ||
} | ||
|
||
.pf-c-wizard__main-body { | ||
display: flex; | ||
grid-gap: 16px; | ||
flex-direction: column; | ||
} | ||
.pf-c-wizard__main-body { | ||
display: flex; | ||
grid-gap: 16px; | ||
flex-direction: column; | ||
} | ||
|
||
.pf-c-content h4 { | ||
margin-top: 0px; | ||
} | ||
.pf-c-content h4 { | ||
margin-top: 0px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 9 additions & 7 deletions
16
webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
.scrolld-list { | ||
max-height: 400px; | ||
overflow-y: auto; | ||
} | ||
#subscription-details { | ||
.scrolld-list { | ||
max-height: 400px; | ||
overflow-y: auto; | ||
} | ||
|
||
.list-view-pf-expand { | ||
max-height: 20px; | ||
padding: 0; | ||
.list-view-pf-expand { | ||
max-height: 20px; | ||
padding: 0; | ||
} | ||
} |
4 changes: 3 additions & 1 deletion
4
...ack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.pf-c-form__group.pf-m-action { | ||
margin-top: 0px; | ||
#cdn-configuration { | ||
.pf-c-form__group.pf-m-action { | ||
margin-top: 0px; | ||
} | ||
} |
57 changes: 38 additions & 19 deletions
57
webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,46 @@ | ||
.form-horizontal { | ||
padding-left: 40px; | ||
padding-right: 20px; | ||
} | ||
#manifest-history-tabs { | ||
.form-horizontal { | ||
padding-left: 40px; | ||
padding-right: 20px; | ||
} | ||
|
||
form .row { | ||
margin-left: -15px; | ||
} | ||
form .row { | ||
margin-left: -15px; | ||
} | ||
|
||
span.pficon.pficon-info { | ||
margin: 0 5px 0 5px; | ||
} | ||
span.pficon.pficon-info { | ||
margin: 0 5px 0 5px; | ||
} | ||
|
||
#simple-content-access { | ||
padding-bottom: 40px; | ||
#simple-content-access { | ||
padding-bottom: 40px; | ||
|
||
.sca-label { | ||
float: left; | ||
text-align: left; | ||
.sca-label { | ||
float: left; | ||
text-align: left; | ||
} | ||
} | ||
} | ||
|
||
.manifest-actions { | ||
.spinner { | ||
margin: 5px 15px 12px 5px; | ||
.manifest-actions { | ||
.spinner { | ||
margin: 5px 15px 12px 5px; | ||
} | ||
} | ||
.manifest-actions > * { | ||
margin: 10px 5px 0 0 ; | ||
} | ||
|
||
#manifest-actions-row { | ||
display: flex; | ||
flex-direction: row; | ||
& > * { | ||
margin-right: 8px; | ||
} | ||
} | ||
|
||
.modal-body { | ||
overflow-y: auto; | ||
overflow-x: hidden; | ||
} | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.