mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Added survey specific post informations
This commit is contained in:
@ -47,7 +47,8 @@
|
||||
.post-form .post-movie,
|
||||
.post-form .post-weblink,
|
||||
.post-form .post-pdf,
|
||||
.post-form .post-countdown {
|
||||
.post-form .post-countdown,
|
||||
.post-form .post-survey {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -55,6 +56,10 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.post-form .post-survey .select2-dropdown {
|
||||
/* Hide select2 suggestions*/
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Visibility choice
|
||||
|
Reference in New Issue
Block a user