From 6d3f748a066f5e70abef2459b1319d46d7b40a4b Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Wed, 17 Feb 2016 04:34:28 -0500 Subject: #162 - desktops get a + and - button to zoom. You can drag the mouse to pan Former-commit-id: 345cf85653b15358cf3776f7216ff3af84700c23 --- www/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 384304b3..2a9e9098 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -302,6 +302,15 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ opacity:0.7; } +.desktop-zoom-icon +{ + position:absolute; + bottom:20px; + left:70px; + z-index:10; + opacity:0.7; +} + .modal-alarm-badge { position:absolute; -- cgit v1.2.3