settings: Move display_in_profile_summary checkbox to center.

We move display_in_profile_summary checkbox in the custom
profile fields table to center. We also need to move heading
subsequently to the center.
This commit is contained in:
Sahil Batra 2022-09-21 16:59:26 +05:30 committed by Tim Abbott
parent 3788242049
commit 086147fdc4
2 changed files with 8 additions and 1 deletions

View File

@ -141,6 +141,13 @@ h3,
margin-right: 10px;
}
#admin_profile_fields_table {
th.display,
td.display_in_profile_summary_cell {
text-align: center;
}
}
.user-details-title {
display: inline-block;
min-width: 80px;

View File

@ -13,7 +13,7 @@
<td>
<span class="profile_field_type">{{type}}</span>
</td>
<td>
<td class="display_in_profile_summary_cell">
{{#if valid_to_display_in_summary}}
<span class="profile_field_display_in_profile_summary">
<label class="checkbox display_in_profile_summary_{{display_in_profile_summary}}" for="profile_field_display_in_profile_summary_{{id}}">