]> git.parisson.com Git - mezzo.git/commitdiff
Updated z-index for notification block
authorPhilippe Barbosa <contact@philippebarbosa.com>
Sun, 3 Apr 2016 21:44:14 +0000 (23:44 +0200)
committerPhilippe Barbosa <contact@philippebarbosa.com>
Sun, 3 Apr 2016 21:44:14 +0000 (23:44 +0200)
app/festival/static/css/index.css
app/festival/static/scss/components/_messages.scss

index df8f62e79e6835665e601790f9b1746f3c2022cc..0e4069ceb6aaccb9bcf6c1dcfaf1e520192432f5 100755 (executable)
@@ -2038,6 +2038,7 @@ th {
   border-radius: 3px;
   box-shadow: 0 0 20px #555;
   position: fixed;
+  z-index: 9999;
   top: 1rem;
   right: 1rem;
   -webkit-animation-name: fadeIn;
@@ -2049,7 +2050,7 @@ th {
   color: #c4a563;
 }
 
-/* line 30, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_messages.scss */
+/* line 31, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_messages.scss */
 .notification__remove {
   -webkit-animation-name: slideOutRight;
           animation-name: slideOutRight;
@@ -2157,7 +2158,7 @@ th {
   }
 }
 
-/* line 83, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_messages.scss */
+/* line 84, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_messages.scss */
 .slideOutRight {
   -webkit-animation-name: slideOutRight;
           animation-name: slideOutRight;
index 0bbd0fbf77b99b2bd5e767a50f2dc58892ff6123..a6e00e4fb3c0569a7ead9e28334d220bfe1b6e6e 100755 (executable)
@@ -19,6 +19,7 @@
   border-radius: 3px;
   box-shadow: 0 0 20px $gray_darker;
   position: fixed;
+  z-index: $zi-master;
   top: 1rem;
   right: 1rem;
   animation-name: fadeIn;