diff --git a/css/glowingbear.css b/css/glowingbear.css index d171615..2888d13 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -263,6 +263,17 @@ td.time { font-family: sans-serif; } +#reconnect { + top: 35px; + position: fixed; + z-index: 9999; + background-color: #eee; + color: #333; + width: 100%; + margin: 0; + padding: 5px; +} + .footer { position: fixed; bottom: 0; diff --git a/index.html b/index.html index 4ef87ee..e1700ec 100644 --- a/index.html +++ b/index.html @@ -285,6 +285,9 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel +