summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2016-01-05 03:06:24 +0530
committerArjun Roychowdhury <pliablepixels@gmail.com>2016-01-05 03:06:24 +0530
commita3fe41a590c77e6d624366609c5c026097438008 (patch)
tree8372d806a11c04095114dd938275e0ad695f59da /www/css
parentdea8dd4f669aa677661ffaca67ef2ad1634dd690 (diff)
#129 - new vis upgrade - performance boost
Former-commit-id: bab7515c0365e753c075dbe1899982548f6e5cde
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css10
1 files changed, 10 insertions, 0 deletions
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%;