diff --git a/awx/ui/client/legacy-styles/job-details.less b/awx/ui/client/legacy-styles/job-details.less index a3044945c5..0adc42ea1a 100644 --- a/awx/ui/client/legacy-styles/job-details.less +++ b/awx/ui/client/legacy-styles/job-details.less @@ -202,7 +202,6 @@ } #job_plays, #job_tasks { - // height: 150px; overflow-y: auto; overflow-x: none; } @@ -319,10 +318,6 @@ text-overflow: ellipsis; } - #tasks-table-detail { - // height: 150px; - } - #play-section { .table-detail { height: 150px; diff --git a/awx/ui/client/src/job-detail/job-detail.block.less b/awx/ui/client/src/job-detail/job-detail.block.less index 5e4ad5ab77..854584959d 100644 --- a/awx/ui/client/src/job-detail/job-detail.block.less +++ b/awx/ui/client/src/job-detail/job-detail.block.less @@ -12,6 +12,13 @@ height: 30px; } +.JobDetail-expandContainer{ + flex: 1; + margin: 0px; + line-height: 30px; + white-space: nowrap; +} + .JobDetail-panelHeaderText{ color: @default-interface-txt; flex: 1 0 auto; @@ -94,7 +101,7 @@ .JobDetail-tableToggle.active{ background-color: @default-link; border: 1px solid @default-link; - color: #eeeeee; + color: @toggle-selected-text; } .JobDetail-tableToggle--left{ diff --git a/awx/ui/client/src/job-detail/job-detail.controller.js b/awx/ui/client/src/job-detail/job-detail.controller.js index 8601c7651a..220424352c 100644 --- a/awx/ui/client/src/job-detail/job-detail.controller.js +++ b/awx/ui/client/src/job-detail/job-detail.controller.js @@ -842,7 +842,6 @@ export default $('.overlay').hide(); $('#summary-button').hide(); $('#hide-summary-button').hide(); - // $('#job-detail-container').css({ "width": "58.33333333%", "padding-right": "7px" }); $('#job-summary-container .job_well').css({ 'box-shadow': 'none', 'height': 'auto' diff --git a/awx/ui/client/src/job-detail/job-detail.partial.html b/awx/ui/client/src/job-detail/job-detail.partial.html index 57c439c7c3..fcdfe87acb 100644 --- a/awx/ui/client/src/job-detail/job-detail.partial.html +++ b/awx/ui/client/src/job-detail/job-detail.partial.html @@ -4,14 +4,18 @@