Deprecate movies system

This commit is contained in:
2021-02-13 11:20:54 +01:00
parent 37e90f1c18
commit f45666c72d
16 changed files with 1 additions and 512 deletions

View File

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

View File

@ -47,7 +47,6 @@
*/
.post-form .post-image,
.post-form .post-youtube,
.post-form .post-movie,
.post-form .post-weblink,
.post-form .post-pdf,
.post-form .post-countdown,
@ -55,10 +54,6 @@
display: none;
}
.post-form .post-movie button {
margin-right: 5px;
}
.post-form .post-survey .select2-dropdown {
/* Hide select2 suggestions*/
display: none;

View File

@ -631,12 +631,6 @@ img[src$="groups_logo/default.png"] {
color: var(--white);
}
/**
* Pick a movie modal
*/
.pick-movie-modal {
color: var(--white);
}
/**
* Group settings page