From 3c34dd316706a6f19b3acd3c16b2eeca0ee3e27d Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 7 Oct 2014 00:54:39 +0300 Subject: [PATCH] Connection lost notice was invisible and misplaced --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1792e896..fe93661d 100755 --- a/css/style.css +++ b/css/style.css @@ -222,7 +222,10 @@ } #warning-connection-lost{ - padding: 6px 0; + position: relative; + z-index: 2000; + margin-top: 35px; + padding: 8px 0; text-align: center; color: #ffffff; background-color: #CE7070;