summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-05 14:22:38 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-05 14:22:38 -0400
commitf2619f2c04203ac3a56bf0ac914149df5616ef49 (patch)
tree8bfca27b51dfcd9666897db2c32236185b2b8eb2 /www/css
parent6fe8b88916291e62360217ee23829d4c0db592aa (diff)
added non-obstructing loading indicator for montage and moment
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css20
1 files changed, 19 insertions, 1 deletions
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;