diff --git a/frontend/src/components/institute/AuthorityDetails.vue b/frontend/src/components/institute/AuthorityDetails.vue index e21596d97..c2036db14 100644 --- a/frontend/src/components/institute/AuthorityDetails.vue +++ b/frontend/src/components/institute/AuthorityDetails.vue @@ -377,8 +377,8 @@ export default { } .containerSetup { - padding-right: 20em !important; - padding-left: 20em !important; + padding-right: 12em !important; + padding-left: 12em !important; } .editField { diff --git a/frontend/src/components/institute/DistrictDetails.vue b/frontend/src/components/institute/DistrictDetails.vue index 4dbf99634..33f91a62d 100644 --- a/frontend/src/components/institute/DistrictDetails.vue +++ b/frontend/src/components/institute/DistrictDetails.vue @@ -395,8 +395,8 @@ export default { } .containerSetup { - padding-right: 20em !important; - padding-left: 20em !important; + padding-right: 12em !important; + padding-left: 12em !important; } .editField { diff --git a/frontend/src/components/institute/authority/AuthorityContact.vue b/frontend/src/components/institute/authority/AuthorityContact.vue index 9ec1bdbb5..7cb7ac922 100644 --- a/frontend/src/components/institute/authority/AuthorityContact.vue +++ b/frontend/src/components/institute/authority/AuthorityContact.vue @@ -1,152 +1,140 @@ - - - - - - - - - mdi-circle - - {{ - formatContactName(contact) - }} - - - - mdi-pencil - - - mdi-delete - - - - - - mdi-alert Missing contact details - + email or phone - - - {{ - contact.email - }} - - - {{ - formatPhoneNumber(contact.phoneNumber) - }} ext. {{ - contact.phoneExtension - }} - - - {{ - formatPhoneNumber(contact.alternatePhoneNumber) - }} (alt.) ext. {{ - contact.alternatePhoneExtension - }} - - - - - - - - + + + + + {{ formatContactName(contact) }} + + + + + + {{ formatDate(contact.effectiveDate) }} - {{ formatDate(contact.expiryDate) }} + + + {{ formatDate(contact.effectiveDate) }} + + + + + + - - mdi-calendar-today - - {{ - formatDate(contact.effectiveDate) - }} - {{ - formatDate(contact.expiryDate) - }} - - - - mdi-calendar-today - - {{ - formatDate(contact.effectiveDate) - }} - - - - - + + Add missing email or phone + + + + + + + + + {{ contact.jobTitle }} + + + + + + + + + + {{ contact.email }} + + + + + + + + + + {{ formatPhoneNumber(contact.phoneNumber) }} + ext. {{ contact.phoneExtension }} + + + + + + + + + + + {{ formatPhoneNumber(contact.alternatePhoneNumber) }} (alt.) + + + ext. {{ contact.alternatePhoneExtension }} + + + + + + + + + Edit + Remove + +
mdi-alert Missing contact details