mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
13 lines
151 B
CSS
13 lines
151 B
CSS
|
/**
|
||
|
* Movies picker
|
||
|
*
|
||
|
* @author Pierre HUBET
|
||
|
*/
|
||
|
|
||
|
.pick-movie-modal .modal-body {
|
||
|
max-height: 500px;
|
||
|
}
|
||
|
|
||
|
.pick-movie-modal video {
|
||
|
height: 100px;
|
||
|
}
|