mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Job Detail Results panel tweaks after UX review
This commit is contained in:
parent
95467a6b97
commit
68f619e358
@ -549,7 +549,7 @@
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
padding: 9.5px;
|
||||
ont-family: Fixed, monospace;
|
||||
font-family: Fixed, monospace;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
|
||||
@ -26,12 +26,12 @@
|
||||
}
|
||||
|
||||
.JobDetail-expandArrow{
|
||||
color: #848992;
|
||||
color: #d7d7d7;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-right: 10px;
|
||||
text-transform: uppercase;
|
||||
margin-left: 5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.JobDetail-resultsDetails{
|
||||
@ -41,7 +41,6 @@
|
||||
}
|
||||
|
||||
.JobDetail-resultRow{
|
||||
flex: 1 0 auto;
|
||||
width: 50%;
|
||||
display: flex;
|
||||
}
|
||||
@ -50,7 +49,6 @@
|
||||
color: #848992;
|
||||
font-size: 14px;
|
||||
font-weight: normal!important;
|
||||
// width: 40%;
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
|
||||
@ -5,10 +5,10 @@
|
||||
<div class="JobDetail-resultsContainer Panel">
|
||||
<div class="JobDetail-panelHeader">
|
||||
<a class="JobDetail-panelHeaderText" ng-show="lessStatus" href="" ng-click="toggleLessStatus()">
|
||||
RESULTS<i class="JobDetail-expandArrow fa fa-angle-left"></i>
|
||||
RESULTS<i class="JobDetail-expandArrow fa fa-caret-left"></i>
|
||||
</a>
|
||||
<a class="JobDetail-panelHeaderText" ng-show="!lessStatus" href="" ng-click="toggleLessStatus()">
|
||||
RESULTS<i class="JobDetail-expandArrow fa fa-angle-down"></i>
|
||||
RESULTS<i class="JobDetail-expandArrow fa fa-caret-down"></i>
|
||||
</a>
|
||||
<button id="submit-action" class="List-actionButton JobDetail-launchButton" data-placement="top" mode="all" ng-click="relaunchJob()" aw-tool-tip="Start a job using this template" data-original-title="" title=""><i class="fa fa-rocket"></i> </button>
|
||||
<button id="delete-action" class="List-actionButton List-actionButton--delete JobDetail-launchButton" data-placement="top" ng-click="deleteJobTemplate(job_template.id, job_template.name)" aw-tool-tip="Delete template" data-original-title="" title=""><i class="fa fa-trash-o"></i> </button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user