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