2017-06-08 19:46:36 +02:00
|
|
|
.overview {
|
2017-10-07 19:32:16 +02:00
|
|
|
padding: 80px 0 0 10%!important;
|
2017-06-08 19:46:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.trash {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container {
|
|
|
|
margin-top: 10px;
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-head {
|
|
|
|
background: #222222;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell-outline {
|
|
|
|
outline: 1px solid #D4D4D4;
|
|
|
|
}
|
2017-10-07 19:32:16 +02:00
|
|
|
|
|
|
|
.label {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 5px;
|
|
|
|
margin-left: 25%;
|
|
|
|
}
|