Created movie picker

This commit is contained in:
Pierre
2018-01-05 15:58:36 +01:00
parent 85c452fd92
commit c1cc62d1bd
5 changed files with 272 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/**
* Movies picker
*
* @author Pierre HUBET
*/
.pick-movie-modal .modal-body {
max-height: 500px;
}
.pick-movie-modal video {
height: 100px;
}