Job stdout refactor

Switching to new stdout endpoint and restyling.
This commit is contained in:
Chris Houseknecht
2014-06-23 13:41:33 -04:00
parent 8d78755ef4
commit 2c0e0324f6
6 changed files with 2880 additions and 50 deletions

View File

@@ -12,14 +12,16 @@
@blue: #1778c3; /* logo blue */
@blue-link: #1778c3;
@blue-dark: #2a6496; /* link hover */
@green: #5bb75b;
@green: #00aa00; // Ansible OK
@grey: #A9A9A9;
@grey-txt: #707070;
@info: #d9edf7; /* alert info background color */
@info-border: #bce8f1; /* alert info border color */
@info-color: #3a87ad;
@red: #da4f49;
@red: #aa0000; // Ansible Unreachable
@red-hover: #AE3F3A;
@changed: #aa5500; // Ansible Changed
@skipped: #00aaaa; // Ansible Skipped
@warning: #FF9900;
@well: #f5f5f5; /* well background color */
@well-border: #e3e3e3;