Merge branch 'prod'
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+13
@@ -1705,6 +1705,14 @@ aside.layout-sidebar-second footer.view-footer p {
|
||||
.home-page-layout-content {
|
||||
width: 100%;
|
||||
}
|
||||
.home-page-layout-content html.js body div.dialog-off-canvas-main-canvas div.layout-container.page-programme main div.layout-content.home-page-layout-content div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block div.layout.layout--twocol div.layout__region.layout__region--second div.block-region-second div#block-68d3a66ddd9e0.views-element-container.block.block-views.block-views-blockhome-block-1 div div.view.view-home.view-id-home.view-display-id-block_1.js-view-dom-id-9b892eac21901d3d6c0fe35b0d4b62f445e840215a121bd4e47434241241aac9 div.views-row div.views-field.views-field-body div.field-content p img.align-center {
|
||||
height: auto !important;
|
||||
}
|
||||
.home-page-layout-content #block-68d3a6672c807,
|
||||
.home-page-layout-content #block-68d3a6672d33a,
|
||||
.home-page-layout-content #block-68d3a6672d464 {
|
||||
display: none !important;
|
||||
}
|
||||
.home-page-layout-content .layout-content .layout--onecol {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
@@ -1820,6 +1828,7 @@ aside.layout-sidebar-second footer.view-footer p {
|
||||
@media (max-width: 500px) {
|
||||
.home-page-layout-content .layout-content .layout--onecol .block-region-content .block-region-content .block-views-blockhome-block-1 img {
|
||||
width: -moz-available;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3824,4 +3833,8 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
.field--name-field-dossier-de-pilotage h4 ::after {
|
||||
content: "";
|
||||
border-top: solid 1px black;
|
||||
}
|
||||
|
||||
.messages--error {
|
||||
color: red;
|
||||
}
|
||||
@@ -308,6 +308,11 @@ jQuery(document).ready(function($){
|
||||
// })(jQuery, Drupal);
|
||||
// //////////////////// end div infos site ////////////////////////
|
||||
|
||||
|
||||
// document.querySelectorAll('.description').forEach(el => {
|
||||
// el.setAttribute('data-text', el.textContent.trim());
|
||||
// });
|
||||
|
||||
function initDescriptionTooltips(root = document) {
|
||||
root.querySelectorAll('.description').forEach(el => {
|
||||
if (!el.hasAttribute('data-text')) {
|
||||
|
||||
@@ -1,6 +1,23 @@
|
||||
|
||||
.home-page-layout-content{
|
||||
width: 100%;
|
||||
|
||||
////// à enlever pour mise en lign e de stage /////
|
||||
|
||||
html.js body div.dialog-off-canvas-main-canvas div.layout-container.page-programme main div.layout-content.home-page-layout-content div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block div.layout.layout--twocol div.layout__region.layout__region--second div.block-region-second div#block-68d3a66ddd9e0.views-element-container.block.block-views.block-views-blockhome-block-1 div div.view.view-home.view-id-home.view-display-id-block_1.js-view-dom-id-9b892eac21901d3d6c0fe35b0d4b62f445e840215a121bd4e47434241241aac9 div.views-row div.views-field.views-field-body div.field-content p img.align-center{
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
#block-68d3a6672c807,
|
||||
#block-68d3a6672d33a,
|
||||
#block-68d3a6672d464{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
////// à enlever pour mise en lign e de stage /////
|
||||
|
||||
|
||||
|
||||
.layout-content{
|
||||
|
||||
.layout--onecol{
|
||||
@@ -56,7 +73,7 @@
|
||||
}
|
||||
|
||||
|
||||
// block Appel à candidature
|
||||
// block Appel à candidature /// désactivé
|
||||
.block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
|
||||
|
||||
/////////////// arrêt canndidatures phase 1
|
||||
@@ -119,12 +136,14 @@
|
||||
@media(max-width: 500px){
|
||||
img{
|
||||
width: -moz-available;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// block Appel à candidature
|
||||
// .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
|
||||
|
||||
@@ -268,4 +287,3 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -170,3 +170,6 @@
|
||||
}
|
||||
|
||||
|
||||
.messages--error{
|
||||
color:red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user