2018-05-03 20:28:00 -07:00
|
|
|
.container-fluid {
|
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
|
2018-05-08 12:02:29 -07:00
|
|
|
#info-card-table td {
|
|
|
|
font-size: 12px;
|
2018-05-09 13:38:46 -07:00
|
|
|
padding: .5rem;
|
2018-05-08 12:02:29 -07:00
|
|
|
}
|
|
|
|
|
2018-05-09 12:19:24 -07:00
|
|
|
#node-select {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
2018-05-09 13:38:46 -07:00
|
|
|
#sessions-modal td {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-05-03 20:28:00 -07:00
|
|
|
.navbar-text {
|
2018-05-07 15:04:54 -07:00
|
|
|
color: #fff !important;
|
2018-05-03 20:28:00 -07:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vis-network {
|
|
|
|
background-color: #f8f9fa !important;
|
|
|
|
border: 1px solid #dee2e6;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
2018-05-09 16:22:15 -07:00
|
|
|
|
|
|
|
.context .list-group-item {
|
|
|
|
padding: .5rem 1.25rem;
|
|
|
|
}
|
2018-05-17 20:38:32 -07:00
|
|
|
|
2018-05-23 12:41:29 -07:00
|
|
|
.modal {
|
2018-05-17 20:38:32 -07:00
|
|
|
overflow-y: initial !important;
|
|
|
|
}
|
|
|
|
|
2018-05-23 12:41:29 -07:00
|
|
|
.modal-body {
|
2018-05-17 20:38:32 -07:00
|
|
|
height: calc(100vh - 200px);
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
2018-05-23 12:41:29 -07:00
|
|
|
|
|
|
|
.file-content {
|
|
|
|
background-color: #000 !important;
|
|
|
|
color: #00ff26 !important;
|
|
|
|
font-size: small;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|