diff --git a/src/locales/en.json b/src/locales/en.json index 9e26932..fcc8faa 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -147,7 +147,7 @@ "labelCustomer": "Customer name *", "labelCaptain": "Capitain *", "labelDescription": "Description", - "subTitle": "Team members :", + "subTitle": "Team members", "tableHeader1": "Name", "tableHeader2": "Access", "buttonSubmit": "Save", diff --git a/src/locales/es.json b/src/locales/es.json index b33a7e2..6988359 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -147,7 +147,7 @@ "labelCustomer": "Nombre del/la clientx *", "labelCaptain": "Capitain *", "labelDescription": "Description", - "subTitle": "Lista de miembrxs: ", + "subTitle": "Lista de miembrxs", "tableHeader1": "Nombre", "tableHeader2": "Acceso", "buttonSubmit": "Guardar", diff --git a/src/locales/fr.json b/src/locales/fr.json index 75a4594..85aca9d 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -147,7 +147,7 @@ "labelCustomer": "Nom du client *", "labelCaptain": "Capitaine *", "labelDescription": "Description", - "subTitle": "Liste des membres :", + "subTitle": "Liste des membres", "tableHeader1": "Nom", "tableHeader2": "Accès", "buttonSubmit": "Enregistrer", diff --git a/src/views/partials/circle/page-circle-edit.pug b/src/views/partials/circle/page-circle-edit.pug index 6dd4228..206bd2e 100644 --- a/src/views/partials/circle/page-circle-edit.pug +++ b/src/views/partials/circle/page-circle-edit.pug @@ -95,8 +95,8 @@ div.segment.lg-full.padding-large.whitespace-normal fields='cell(segment1(user.account.picture), segment2(line1(user.name, is_admin), line2(atom, user.communities))), self' loader-id='loader-circle-edit' - class-cell='segment padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium table-cell lg-two-third labelled-avatar two-lines text-left' - class-self='segment padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium table-cell lg-third text-center' + class-cell='segment table-cell padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium table-cell lg-two-third labelled-avatar two-lines text-left' + class-self='segment table-cell padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium table-cell lg-third text-center' class-segment1='segment' class-user.account.picture='avatar' diff --git a/src/views/partials/project/page-project-edit.pug b/src/views/partials/project/page-project-edit.pug index 724b2cc..59602eb 100644 --- a/src/views/partials/project/page-project-edit.pug +++ b/src/views/partials/project/page-project-edit.pug @@ -60,7 +60,7 @@ div.segment.lg-full.padding-large.whitespace-normal class-captain='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading whitespace-normal' class-linebreak='segment lg-full' - widget-description='solid-form-textarea' + widget-description='solid-form-textarea-label' widget-captain='solid-form-dropdown-autocompletion-label' widget-linebreak='solid-form-hidden' @@ -89,11 +89,11 @@ div.segment.lg-full.padding-large.whitespace-normal data-trans='submit-button=project.edit.buttonAddMember' ) - .table-wrapper + .segment.table-wrapper .table div.table-header.bg-color-third.text-color-heading - div.table-cell.w50(data-trans='project.edit.tableHeader1') - div.table-cell.w50(data-trans='project.edit.tableHeader2') + div.segment.table-cell.lg-two-third(data-trans='project.edit.tableHeader1') + div.segment.table-cell.lg-third(data-trans='project.edit.tableHeader2') //-class='table-body' solid-display( @@ -103,8 +103,8 @@ div.segment.lg-full.padding-large.whitespace-normal fields='cell(segment1(user.account.picture), segment2(line1(user.name, is_admin), line2(atom, user.communities))), self' loader-id='loader-project-edit' - class-cell='table-cell w50 labelled-avatar two-lines text-left' - class-self='table-cell w50' + class-cell='segment table-cell padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium lg-two-third labelled-avatar two-lines text-left' + class-self='segment table-cell padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium lg-third text-center' class-segment1='segment' class-user.account.picture='avatar'