webif/webif/html/diag/queue/style.css

40 lines
331 B
CSS

td.status
{
font-style: italic;
}
td
{
white-space: nowrap;
}
td.status.RUNNING
{
color: red;
}
td.status.COMPLETE
{
color: green;
font-weight: bold;
}
td.status.INTERRUPTED
{
color: #ffa500;
font-weight: bold;
}
div.buttonbar
{
padding-top: 5px;
}
div#loading, div#nodata
{
font-style: italic;
color: #ff4000;
}