Ability to categorize networks

This commit is contained in:
Cryptkeeper
2016-02-06 17:34:33 -06:00
parent d6d59cad12
commit 143e99876a
8 changed files with 416 additions and 315 deletions

View File

@ -93,7 +93,7 @@ html, body {
}
/* Server listing */
#server-container {
.server-container {
width: 1540px;
margin: 10px auto;
overflow: auto;
@ -130,6 +130,12 @@ html, body {
margin-bottom: 2px;
}
.category-header {
text-align: center;
display: block;
margin-bottom: 15px;
}
/* Charts */
.chart {
height: 100px;
@ -169,30 +175,6 @@ h3 {
text-align: center;
}
/* Icon Quick jump */
#quick-jump-container {
position: fixed;
top: 10px;
left: 10px;
overflow: auto;
display: none;
}
.quick-jump-icon {
height: 24px;
width: 24px;
display: block;
margin-bottom: 2px;
border-radius: 2px;
transition: all 0.1s;
}
.quick-jump-icon:hover {
cursor: pointer;
height: 42px;
width: 42px;
}
/* The big graph */
#big-graph, #big-graph-controls, #big-graph-checkboxes {
width: 1540px;