Adding device info.

This commit is contained in:
Gunther Brunner
2014-05-02 15:14:50 +09:00
parent c29174b385
commit 34c35e4095
4 changed files with 218 additions and 56 deletions

View File

@@ -1,3 +1,25 @@
.stf-info {
}
.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;
}
.stf-info .table-infocard tbody > tr > td:last-child {
font-weight: bold;
}
.stf-info .progress {
margin-bottom: 0;
height: 15px;
}