Browse Source

restored opening video

Bachir Soussi Chiadmi 7 years ago
parent
commit
6e662d8c90

+ 0 - 1
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

+ 6 - 0
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; }
 

+ 10 - 3
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{