Files
stf-DeviceFarmer/res/app/control-panes/info/info.css
Gunther Brunner b139849b3f Added CPU information.
Added Memory information.
2014-06-18 00:40:49 +09:00

27 lines
621 B
CSS

.stf-info .table.table-infocard thead > tr > th,
.stf-info .table.table-infocard tbody > tr > th,
.stf-info .table.table-infocard tfoot > tr > th,
.stf-info .table.table-infocard thead > tr > td,
.stf-info .table.table-infocard tbody > tr > td,
.stf-info .table.table-infocard tfoot > tr > td {
border-top: 0;
}
.stf-info .table-infocard tbody > tr > td:first-child {
text-align: right;
margin-right: 20px;
/*color: #111111;*/
font-weight: bold;
white-space: nowrap;
}
.stf-info .table-infocard tbody > tr > td:last-child {
/*color: #555;*/
}
.stf-info .progress {
margin-bottom: 0;
height: 15px;
}