From 6e662d8c90240266048894d1ffff07a88e19059c Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Fri, 10 Feb 2017 19:32:11 +0100 Subject: [PATCH] restored opening video --- sites/all/modules/features/clameurs/clameurs.info | 1 - .../figureslibres/clameurs/css/dist/styles.css | 6 ++++++ .../themes/figureslibres/clameurs/css/styles.scss | 13 ++++++++++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/sites/all/modules/features/clameurs/clameurs.info b/sites/all/modules/features/clameurs/clameurs.info index 6b68d21d..a058fd1d 100644 --- a/sites/all/modules/features/clameurs/clameurs.info +++ b/sites/all/modules/features/clameurs/clameurs.info @@ -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 diff --git a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css index 3c597ce8..f7239357 100755 --- a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css +++ b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css @@ -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; } diff --git a/sites/all/themes/figureslibres/clameurs/css/styles.scss b/sites/all/themes/figureslibres/clameurs/css/styles.scss index 105830df..1642ae6c 100755 --- a/sites/all/themes/figureslibres/clameurs/css/styles.scss +++ b/sites/all/themes/figureslibres/clameurs/css/styles.scss @@ -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{