mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Deprecate movies system
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
/**
|
||||
* Movies picker
|
||||
*
|
||||
* @author Pierre HUBET
|
||||
*/
|
||||
|
||||
.pick-movie-modal .modal-body {
|
||||
/*max-height: 500px;*/
|
||||
}
|
||||
|
||||
.pick-movie-modal video {
|
||||
height: 100px;
|
||||
}
|
@ -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;
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user