diff --git a/assets/style.css b/assets/style.css index 3136dec..f3c7213 100644 --- a/assets/style.css +++ b/assets/style.css @@ -139,6 +139,33 @@ td:first-child { .pagination .divider { display: none; } + +/* Node page */ +.node-title { + float: left; +} + +.status { + float: right; + padding: 1em; + background: rgba(255, 255, 255, 0.1); + font-size: 14px; + font-family: "Source Code Pro", Consolas, monospace; +} + +.status h3 { + display: inline; +} +.status h3:after { + content: ':'; +} + +dl { + padding: 1em; + background: rgba(255, 255, 255, 0.1); + font-family: "Source Code Pro", Consolas, monospace; +} + /* Footer */ footer { margin-top: 2em; diff --git a/views/node.html b/views/node.html index 41c1998..ffa7968 100644 --- a/views/node.html +++ b/views/node.html @@ -5,12 +5,15 @@ {% if error %}