Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 10 : | Ligne 10 : | ||
/* Move page header to the bottom for portal pages */ | /* Move page header to the bottom for portal pages */ | ||
.page-Exonar.action-view #content{ display: flex; flex-direction: column; } | |||
.page-Exonar.action-view .citizen-page-header { | .page-Exonar.action-view .citizen-page-header { | ||
order: 9999; | order: 9999; | ||
} | } | ||
Version du 1 avril 2025 à 21:00
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */
/* Move page header to the bottom for main pages */
h2 {
border-bottom: 1px solid var(--border-color-base );
padding-bottom: 0.25em;
}
#siteSub{ display: none !important; }
/* Move page header to the bottom for portal pages */
.page-Exonar.action-view #content{ display: flex; flex-direction: column; }
.page-Exonar.action-view .citizen-page-header {
order: 9999;
}