restored opening video

This commit is contained in:
2017-02-10 19:32:11 +01:00
parent d9bcc76e57
commit 6e662d8c90
3 changed files with 16 additions and 4 deletions
@@ -119,7 +119,6 @@ features[node][] = documentair
features[node][] = episode
features[node][] = thematique
features[page_manager_pages][] = home
features[panels_mini][] = th_matique
features[rules_config][] = clameurs_habiter
features[rules_config][] = rules_ecouter
features[rules_config][] = rules_episode_th_matique
@@ -185,6 +185,7 @@ input {
position: relative; }
.node-thematique .content article.main .group-video .group-description {
cursor: pointer;
pointer-events: none;
box-sizing: border-box;
position: absolute;
z-index: 2;
@@ -226,6 +227,7 @@ input {
position: relative; }
.node-thematique .content aside.right .node-documentair .content .group-txt {
cursor: pointer;
pointer-events: none;
box-sizing: border-box;
position: absolute;
z-index: 2;
@@ -264,6 +266,7 @@ input {
position: relative; }
.node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt {
cursor: pointer;
pointer-events: none;
box-sizing: border-box;
position: absolute;
z-index: 2;
@@ -286,6 +289,9 @@ input {
opacity: 1;
background-color: rgba(255, 255, 255, 0.9); }
#DOMWindowOverlay {
background-color: #fff !important; }
#footer-bottom {
text-align: center; }
@@ -230,7 +230,7 @@ body{
.group-video{
position: relative;
.group-description{
cursor: pointer;
cursor: pointer; pointer-events: none;
box-sizing: border-box;
position:absolute; z-index: 2;
top:0; left: 0;
@@ -282,7 +282,7 @@ body{
.content{
position: relative;
.group-txt{
cursor: pointer;
cursor: pointer; pointer-events: none;
box-sizing: border-box;
position:absolute; z-index: 2; overflow: hidden;
top:0; left:0; width:90%; max-height:80%;
@@ -329,7 +329,7 @@ body{
.node-episode .content{
position: relative;
.group-txt{
cursor: pointer;
cursor: pointer; pointer-events: none;
box-sizing: border-box;
position:absolute; z-index: 2; overflow: hidden;
top:0; left:0; width:90%; height:80%;
@@ -359,6 +359,13 @@ body{
}
}
#DOMWindowOverlay{
background-color: #fff!important;
}
#DOMWindow{
}
#footer{