2018-05-04 04:28:00 +01:00
|
|
|
.container-fluid {
|
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
|
2018-05-08 20:02:29 +01:00
|
|
|
#info-card-table td {
|
|
|
|
font-size: 12px;
|
2018-05-09 21:38:46 +01:00
|
|
|
padding: .5rem;
|
2018-05-08 20:02:29 +01:00
|
|
|
}
|
|
|
|
|
2018-05-09 20:19:24 +01:00
|
|
|
#node-select {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
2018-05-09 21:38:46 +01:00
|
|
|
#sessions-modal td {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-05-04 04:28:00 +01:00
|
|
|
.navbar-text {
|
2018-05-07 23:04:54 +01:00
|
|
|
color: #fff !important;
|
2018-05-04 04:28:00 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vis-network {
|
|
|
|
background-color: #f8f9fa !important;
|
|
|
|
border: 1px solid #dee2e6;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
2018-05-10 00:22:15 +01:00
|
|
|
|
|
|
|
.context .list-group-item {
|
|
|
|
padding: .5rem 1.25rem;
|
|
|
|
}
|