From a3fe41a590c77e6d624366609c5c026097438008 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 5 Jan 2016 03:06:24 +0530 Subject: #129 - new vis upgrade - performance boost Former-commit-id: bab7515c0365e753c075dbe1899982548f6e5cde --- www/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index d542792c..4da670b0 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -25,6 +25,8 @@ content: "\f101"; } + + .icon-slower:before { font-family: "fontawesome"; content: "\f100"; @@ -203,6 +205,14 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ font-size: 8px; }*/ + +.missingnetwork { + position: fixed; /* or absolute */ + bottom: 95%; + right: 95%; + transform: translate(-50%, -50%); +} + .ptzcentered { position: fixed; /* or absolute */ top: 50%; -- cgit v1.2.3