From c3e41b62dfdbdbdd17703caf98754531879bd753 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 3 Nov 2016 19:17:44 +0800 Subject: webui: Add a manual reconnection button to the header banner Also add a global variable "ws_reconnect" to control the timeout between reconnection and the maximum reconnection times (default: 100). --- fg21sim/webui/static/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fg21sim/webui/static/css') diff --git a/fg21sim/webui/static/css/main.css b/fg21sim/webui/static/css/main.css index 4672298..de2eb18 100644 --- a/fg21sim/webui/static/css/main.css +++ b/fg21sim/webui/static/css/main.css @@ -319,6 +319,12 @@ button, border-color: #ac2925; } +.btn { + margin-left: 0.5rem; + margin-right: 0.5rem; + cursor: pointer; +} + /** * Panel styles -- cgit v1.2.2