diff --git a/src/styles/shared-files.scss b/src/styles/shared-files.scss index 6cdfc123efcc9ba188f2e0b745b245fd8b73f5d2..e6d5cb6a619e70f3fb8e111f65c6d4cafdad3a4b 100644 --- a/src/styles/shared-files.scss +++ b/src/styles/shared-files.scss @@ -63,4 +63,11 @@ } } +} +.community-files-edit { + [name="segment4"] { + label { + display: block; + } + } } \ No newline at end of file diff --git a/src/views-terrytories.js b/src/views-terrytories.js index b4b1dd6c75fb2893b6c5d1371892c4f622378183..5c4d77cec7fdd55de1277f0535c3828d9324f716 100644 --- a/src/views-terrytories.js +++ b/src/views-terrytories.js @@ -1297,9 +1297,9 @@ import("./utils.js").then((utils) => { class-segment4="segment block" class-date="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge" - class-document="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading" + class-document="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading text-top" class-author="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading text-top" - class-name="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge" + class-name="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge text-top" widget-title="h2" class-title="margin-bottom-large margin-top-none margin-left-none text-xlarge text-xbold text-color-heading text-color-dark-blue" @@ -1363,9 +1363,9 @@ import("./utils.js").then((utils) => { class-segment3="segment block" class-date="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge" - class-document="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading" + class-document="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading text-top" class-author="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading text-top" - class-name="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge" + class-name="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge text-top" widget-title="h2" class-title="margin-bottom-large margin-top-none margin-left-none text-xlarge text-xbold text-color-heading text-color-dark-blue" @@ -1477,7 +1477,7 @@ import("./utils.js").then((utils) => { <div id="${utils.TZCLD_URLS.my_territory_exchange_space}" data-view="${utils.TZCLD_URLS.my_territory_exchange_space}" class="community-exchanges one" hidden> - ${this.tzcldBreadcrum(utils.TZCLD_URLS.my_territory_exchanges, 'Échanges avec mes référent-es', 'community_admins.community')} + ${this.tzcldBreadcrum(utils.TZCLD_URLS.my_territory_exchanges, 'Échanges avec mes référent-es')} <solid-router default-route="my_territory_all_exchanges_empty" route-prefix=""> <solid-route name="my_territory_all_exchanges_empty" use-id></solid-route> <solid-route name="${utils.TZCLD_URLS.my_territory_exchange}" use-id></solid-route>