Fat, away!
This commit is contained in:
parent
454627b2a9
commit
d1197bf159
@ -20,7 +20,7 @@ body {
|
|||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-top: 1px solid #DED3D6;
|
border-top: 1px solid #DED3D6;
|
||||||
width: 840px;
|
width: 1540px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ body {
|
|||||||
#tagline {
|
#tagline {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 840px;
|
width: 1540px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
@ -78,19 +78,17 @@ body {
|
|||||||
|
|
||||||
/* Server listing */
|
/* Server listing */
|
||||||
#server-container {
|
#server-container {
|
||||||
width: 800px;
|
width: 1540px;
|
||||||
margin: 10px auto 20px auto;
|
margin: 10px auto 0 auto;
|
||||||
}
|
overflow: auto;
|
||||||
|
|
||||||
#server-container .server:nth-child(2n) {
|
|
||||||
background: #4E4E4E;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.server {
|
.server {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 10px;
|
padding: 5px 10px;
|
||||||
margin: 5px;
|
margin: 0 5px;
|
||||||
|
width: 740px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.server > .column > img {
|
.server > .column > img {
|
||||||
@ -161,6 +159,7 @@ h3 {
|
|||||||
top: 10px;
|
top: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quick-jump-icon {
|
.quick-jump-icon {
|
||||||
@ -180,7 +179,7 @@ h3 {
|
|||||||
|
|
||||||
/* The big graph */
|
/* The big graph */
|
||||||
#big-graph, #big-graph-controls, #big-graph-checkboxes {
|
#big-graph, #big-graph-controls, #big-graph-checkboxes {
|
||||||
width: 1000px;
|
width: 1540px;
|
||||||
margin: 15px auto 0 auto;
|
margin: 15px auto 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -188,6 +187,10 @@ h3 {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#big-graph {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#big-graph-controls {
|
#big-graph-controls {
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
}
|
}
|
||||||
|
@ -287,7 +287,7 @@ $(document).ready(function() {
|
|||||||
for (var i = 0; i < keys.length; i++) {
|
for (var i = 0; i < keys.length; i++) {
|
||||||
html += '<td><input type="checkbox" class="graph-control" id="graph-controls" data-target-network="' + keys[i] + '" checked=checked> ' + keys[i] + '</input></td>';
|
html += '<td><input type="checkbox" class="graph-control" id="graph-controls" data-target-network="' + keys[i] + '" checked=checked> ' + keys[i] + '</input></td>';
|
||||||
|
|
||||||
if (sinceBreak >= 3) {
|
if (sinceBreak >= 7) {
|
||||||
sinceBreak = 0;
|
sinceBreak = 0;
|
||||||
|
|
||||||
html += '</tr><tr>';
|
html += '</tr><tr>';
|
||||||
@ -354,7 +354,7 @@ $(document).ready(function() {
|
|||||||
<br />\
|
<br />\
|
||||||
<p class="text-center-align rank" id="ranking_' + safeName(info.name) + '"></p>\
|
<p class="text-center-align rank" id="ranking_' + safeName(info.name) + '"></p>\
|
||||||
</div>\
|
</div>\
|
||||||
<div class="column" style="width: 280px;">\
|
<div class="column" style="width: 220px;">\
|
||||||
<h3>' + info.name + ' <span class="type">' + info.type + '</span></h3>\
|
<h3>' + info.name + ' <span class="type">' + info.type + '</span></h3>\
|
||||||
<span class="color-gray">' + info.ip + '</span>\
|
<span class="color-gray">' + info.ip + '</span>\
|
||||||
<br />\
|
<br />\
|
||||||
|
Loading…
Reference in New Issue
Block a user