web app can create and join sessions, updated node info panel and edge info panel

This commit is contained in:
Blake J. Harnden 2018-05-09 13:38:46 -07:00
parent cd949340ac
commit b1b05a7eaa
6 changed files with 91 additions and 24 deletions

View file

@ -4,6 +4,7 @@
#info-card-table td {
font-size: 12px;
padding: .5rem;
}
#node-select {
@ -11,6 +12,10 @@
height: 40px;
}
#sessions-modal td {
cursor: pointer;
}
.navbar-text {
color: #fff !important;
font-weight: bold;