summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
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%;