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-R\ | |||
/* Règles */ | |||
.page-R\00E8 gles.action-view #content{ | |||
display: flex; | |||
flex-direction: column; | |||
} | } | ||
.page- | .page-R\00E8 gles.action-view .citizen-page-header { | ||
order: 9999; | |||
} | } | ||
.page- | .page-R\00E8 gles.action-view .citizen-page-heading { | ||
display: none; | |||
} | } | ||
.page-R\00E8 gles.action-view .citizen-body-container { | |||
margin-top: var( --space-xl ); | |||
} | |||
.page-R\00E8 gles.action-view .citizen-page-header-inner { | |||
justify-content: center; | |||
} | |||
@media screen and (min-width: 1120px) { | |||
.page-R\00E8 gles.action-view .citizen-page-header-inner { | |||
border-top: var(--border-width-base) solid var(--border-color-base); | |||
border-top-width: 1px; | |||
border-top-style: solid; | |||
border-top-color: rgba(0, 0, 0, 0.08); | |||
} | |||
} | |||
/* Introduction */ | |||
.page-Introduction.action-view #content{ | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.page-Introduction.action-view .citizen-page-header { | |||
order: 9999; | |||
} | |||
.page-Introduction.action-view .citizen-page-heading { | |||
display: none; | |||
} | |||
.page-Introduction.action-view .citizen-body-container { | |||
margin-top: var( --space-xl ); | |||
} | |||
.page-Introduction.action-view .citizen-page-header-inner { | |||
justify-content: center; | |||
} | |||
@media screen and (min-width: 1120px) { | |||
.page-Introduction.action-view .citizen-page-header-inner { | |||
border-top: var(--border-width-base) solid var(--border-color-base); | |||
border-top-width: 1px; | |||
border-top-style: solid; | |||
border-top-color: rgba(0, 0, 0, 0.08); | |||
} | |||
} | |||
/* Exostation */ | |||
.page-Exostation.action-view #content{ | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.page-Exostation.action-view .citizen-page-header { | |||
order: 9999; | |||
} | |||
.page-Exostation.action-view .citizen-page-heading { | |||
display: none; | |||
} | |||
.page-Exostation.action-view .citizen-body-container { | |||
margin-top: var( --space-xl ); | |||
} | |||
.page-Exostation.action-view .citizen-page-header-inner { | |||
justify-content: center; | |||
} | |||
@media screen and (min-width: 1120px) { | |||
.page-Exostation.action-view .citizen-page-header-inner { | |||
border-top: var(--border-width-base) solid var(--border-color-base); | |||
border-top-width: 1px; | |||
border-top-style: solid; | |||
border-top-color: rgba(0, 0, 0, 0.08); | |||
} | |||
} | |||
/* Exonar */ | |||
.page-Exonar.action-view #content{ | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.page-Exonar.action-view .citizen-page-header { | |||
order: 9999; | |||
} | |||
.page-Exonar.action-view .citizen-page-heading { | |||
display: none; | |||
} | |||
.page-Exonar.action-view .citizen-body-container { | |||
margin-top: var( --space-xl ); | margin-top: var( --space-xl ); | ||
} | } |