1
0
Fork 0
shezmu/dashboard/css/app.css

71 lines
908 B
CSS

* { box-sizing: border-box; }
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
}
#app {
width: 800px;
margin: 0 auto;
}
/*
* Table
*/
.table-row {
width: 800px;
height: 40px;
}
.table-cell {
float: left;
width: 120px;
line-height: 40px;
text-align: right;
}
.table-cell.col-name {
width: 200px;
text-align: left;
font-weight: 600;
}
.table-header .table-cell {
font-weight: 600;
border-bottom: #666 1px solid;
}
/*
* Line chart
*/
.linechart {
float: left;
width: 330px;
height: 150px;
margin-right: 15px;
}
.linechart svg {
width: 100%;
height: 100%;
}
/*
* Box plot
*/
.boxplot {
float: left;
width: 455px;
height: 150px;
}
.boxplot svg {
width: 100%;
height: 100%;
}
.daemon {
width: 100%;
}