Job Details--details panel and events summary

This PR consists of the restyling for the Job Details page, specifically for the details panel and for the events summary panel. It includes, but is not limited to changes to the tables, icons, status representations, expendables panels, positioning on screen, the search bars, the toggles, and the pie chart. I also added a CodeMirror instance for the Results panel as a follow up to my last PR.

Remaining items: Responsiveness is the main one, a lot of JS side styling was done on the job detail page to make it fit on one screen. I'll need to have a deeper dive with UX to figure out what we want to do when this page is displayed on smaller browsers. I also have not gotten to the stdout out for htis page.
This commit is contained in:
Jared Tabor
2016-02-22 18:39:22 -08:00
parent 533c629040
commit 78baabf676
6 changed files with 364 additions and 369 deletions

View File

@@ -32,6 +32,7 @@ table, tbody {
background-color: @list-header-bg;
padding-left: 15px;
padding-right: 15px;
border-bottom-width:0px!important;
}
.List-tableHeader:first-of-type {
@@ -69,6 +70,7 @@ table, tbody {
.List-tableCell {
padding-left: 15px;
padding-right: 15px;
border-top:0px!important;
}
.List-actionButtonCell {