From 4cb5f42fd11207482565ecf8dd8cebe033208ff7 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 2 Nov 2016 14:27:28 +0800 Subject: webui: Add preliminary WebSocket support to front-end UI Add a label to the header banner to show the WebSocket support status and connection status. --- fg21sim/webui/static/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fg21sim/webui/static/css') diff --git a/fg21sim/webui/static/css/main.css b/fg21sim/webui/static/css/main.css index 4dcffb8..4672298 100644 --- a/fg21sim/webui/static/css/main.css +++ b/fg21sim/webui/static/css/main.css @@ -120,6 +120,7 @@ header.masthead { } .navigation .description { font-style: italic; + margin-right: 2.5rem; } .navigation .navigation-list { list-style: none; @@ -247,6 +248,10 @@ label, legend { background-color: #d9534f; } +.label .icon { + margin-right: 0.2rem; +} + /** * Button styles -- cgit v1.2.2