2014-12-25 10:27:35 -05:00
|
|
|
/* Move down content because we have a fixed navbar that is 50px tall */
|
2013-01-17 17:47:38 -05:00
|
|
|
body {
|
2014-12-25 10:27:35 -05:00
|
|
|
padding-top: 50px;
|
|
|
|
|
padding-bottom: 20px;
|
2013-01-17 17:47:38 -05:00
|
|
|
}
|
|
|
|
|
|
2013-07-24 06:37:51 -04:00
|
|
|
th.job_header {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
padding-bottom: 10px;
|
2013-03-25 11:06:36 -04:00
|
|
|
}
|
|
|
|
|
|
2015-06-23 11:46:57 -04:00
|
|
|
.state_indicator {
|
2013-07-24 06:37:51 -04:00
|
|
|
padding: 0 4px 0 4px;
|
2013-03-25 11:06:36 -04:00
|
|
|
}
|
2013-04-02 13:14:02 -04:00
|
|
|
|
2013-05-14 05:21:27 -04:00
|
|
|
.literal_output td {
|
|
|
|
|
font-family: monospace;
|
2013-05-21 09:31:27 -04:00
|
|
|
}
|
2015-06-08 10:10:48 -04:00
|
|
|
|
|
|
|
|
.cursor-pointer {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2016-04-18 13:56:13 -04:00
|
|
|
|
|
|
|
|
.tooltip-inner {
|
|
|
|
|
max-width: none;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|