diff --git a/awx/ui/client/src/activity-stream/streamDetailModal/streamDetailModal.block.less b/awx/ui/client/src/activity-stream/streamDetailModal/streamDetailModal.block.less index 9c48a85ce5..ae6de6cdae 100644 --- a/awx/ui/client/src/activity-stream/streamDetailModal/streamDetailModal.block.less +++ b/awx/ui/client/src/activity-stream/streamDetailModal/streamDetailModal.block.less @@ -1,31 +1,31 @@ @import "../shared/branding/colors.default.less"; -.Detail-actionButton { +.StreamDetail-actionButton { padding: 4px 25px!important; } -.Detail-inlineRow { +.StreamDetail-inlineRow { margin-bottom: 20px; display: flex; } -.Detail-rowTitle { +.StreamDetail-rowTitle { color: @default-interface-txt; } -.Detail-inlineRowTitle { +.StreamDetail-inlineRowTitle { flex: 0 0 110px; } -.Detail-inlineRowData { +.StreamDetail-inlineRowData { flex: 1 0; } -.Detail-changesRowTitle { +.StreamDetail-changesRowTitle { margin-bottom: 5px; } -.Detail-changes { +.StreamDetail-changes { border: none; background-color: @default-secondary-bg; margin-bottom: 0; diff --git a/awx/ui/client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html b/awx/ui/client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html index e41b9825bf..34c322c72b 100644 --- a/awx/ui/client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html +++ b/awx/ui/client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html @@ -8,21 +8,21 @@