diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-02 14:27:28 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-02 14:27:28 +0800 |
commit | 4cb5f42fd11207482565ecf8dd8cebe033208ff7 (patch) | |
tree | f26b35d119406f245f22292aa21a5d1721f9cd66 /fg21sim/webui/static/css/main.css | |
parent | 68cbe49b04104ca6e1dcfb25165b2100f853449a (diff) | |
download | fg21sim-4cb5f42fd11207482565ecf8dd8cebe033208ff7.tar.bz2 |
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.
Diffstat (limited to 'fg21sim/webui/static/css/main.css')
-rw-r--r-- | fg21sim/webui/static/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 |