Job Detail Results panel tweaks after UX review

This commit is contained in:
Jared Tabor 2016-02-19 10:23:18 -08:00
parent 95467a6b97
commit 68f619e358
3 changed files with 5 additions and 7 deletions

View File

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

View File

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

View File

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