From f2619f2c04203ac3a56bf0ac914149df5616ef49 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 5 Apr 2018 14:22:38 -0400 Subject: added non-obstructing loading indicator for montage and moment --- www/css/style.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 8d150a3c..5b32a033 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -454,6 +454,24 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ width: 95% !important; } + +.screen-note { + position: absolute; + top:0; + left:50%; + transform: translate(-50%, 0%); + background-color:#82589F; + color:white; + font-size: 11px; + border-radius: 0px 0px 5px 5px; + z-index: 99999; + padding-top: 2px; + padding-bottom: 2px; + padding-left:5px; + padding-right:5px; + opacity: 0.7; +} + .events-modal-camera-icon { position: absolute; bottom: 120px; @@ -535,7 +553,7 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ -webkit-writing-mode: vertical-lr; position: absolute; top: 30%; - transform: translateY(-50%: ); + transform: translateY(-50%); right: 0; background-color: #f1c40f; color: #000; -- cgit v1.2.3