Browse Source

position du prompt playlist sur les popin

Bastien Sevajol 11 years ago
parent
commit
a337848e29

+ 1 - 1
src/Muzich/CoreBundle/Resources/public/css/main.css View File

@@ -2431,7 +2431,7 @@ form.playlist_edit input[type="submit"]
2431 2431
 
2432 2432
 div.playlists_prompt
2433 2433
 {
2434
-  z-index: 100001;
2434
+  z-index: 100003;
2435 2435
 }
2436 2436
 
2437 2437
 a.all_network

+ 2 - 0
src/Muzich/CoreBundle/Resources/public/js/muzich.js View File

@@ -3408,6 +3408,8 @@ function open_connection_or_subscription_window(open_login_part, data)
3408 3408
       
3409 3409
     }, data);
3410 3410
   }
3411
+  
3412
+  $('div.playlists_prompt').remove();
3411 3413
 }
3412 3414
 
3413 3415
 function close_popin()