Files
Disco/Disco.Web/ClientSource/Style/Public/HeldDevices.css
T
Gary Sharp 3f63281dc4 Feature: Job Queues
Also UI style, theme and element changes
2014-02-03 14:50:08 +11:00

31 lines
528 B
CSS

div.page div.column1 {
width: 44%;
padding-right: 1%;
float: left;
}
div.page div.column2 {
border-left: 1px dashed #aaa;
padding-left: 1%;
width: 53%;
float: left;
}
div.page table {
table-layout: fixed;
}
div.page table tr {
border-bottom: 1px dashed #8db2d8;
border-top: 1px dashed #8db2d8;
}
div.page table tr:nth-child(odd) {
background-color: #e8eef4;
}
div.page table td.Alert {
background-color: #FFADAD;
}
div.page table td.id {
width: 120px;
}
div.page table td.timestamp {
width: 200px;
}