diff --git a/assets/css/main.css b/assets/css/main.css index 68bc531..7b9b2b9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -13,14 +13,23 @@ body { font-weight: 300 !important; } -/* Header */ -#header { +/* Page layout */ +html, body { + height: 100%; +} + +#push { + position: relative; + min-height: 100%; +} + +/* Header, footer */ +#header, #footer { background: #EBEBEB; color: #3B3738; padding: 20px 0; text-align: center; - border-top: 1px solid #DED3D6; - width: 840px; + width: 1540px; margin: 0 auto; } @@ -47,11 +56,18 @@ body { font-size: 42px; } +#footer { + border-top-right-radius: 2px; + border-top-left-radius: 2px; + font-size: 16px; + text-transform: uppercase; +} + /* Tagline */ #tagline { padding: 10px 0; text-align: center; - width: 840px; + width: 1540px; margin: 0 auto; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; @@ -78,19 +94,17 @@ body { /* Server listing */ #server-container { - width: 800px; - margin: 10px auto 20px auto; -} - -#server-container .server:nth-child(2n) { - background: #4E4E4E; - border-radius: 2px; + width: 1540px; + margin: 10px auto; + overflow: auto; } .server { overflow: auto; - padding: 10px; - margin: 5px; + padding: 5px 10px; + margin: 0 5px; + width: 740px; + display: inline-block; } .server > .column > img { @@ -161,6 +175,7 @@ h3 { top: 10px; left: 10px; overflow: auto; + display: none; } .quick-jump-icon { @@ -180,7 +195,7 @@ h3 { /* The big graph */ #big-graph, #big-graph-controls, #big-graph-checkboxes { - width: 1000px; + width: 1540px; margin: 15px auto 0 auto; } @@ -188,6 +203,10 @@ h3 { width: 100%; } +#big-graph { + margin-top: 20px; +} + #big-graph-controls { margin: 10px auto; } diff --git a/assets/html/index.html b/assets/html/index.html index 423b280..29ddbea 100644 --- a/assets/html/index.html +++ b/assets/html/index.html @@ -16,6 +16,8 @@
+
+ + + +
diff --git a/assets/js/site.js b/assets/js/site.js index 318c3d6..2d44783 100644 --- a/assets/js/site.js +++ b/assets/js/site.js @@ -287,7 +287,7 @@ $(document).ready(function() { for (var i = 0; i < keys.length; i++) { html += ' ' + keys[i] + ''; - if (sinceBreak >= 3) { + if (sinceBreak >= 7) { sinceBreak = 0; html += ''; @@ -354,7 +354,7 @@ $(document).ready(function() {
\

\
\ -
\ +
\

' + info.name + ' ' + info.type + '

\ ' + info.ip + '\
\