mirror of https://github.com/zulip/zulip.git
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:
parent
3788242049
commit
086147fdc4
|
@ -141,6 +141,13 @@ h3,
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#admin_profile_fields_table {
|
||||||
|
th.display,
|
||||||
|
td.display_in_profile_summary_cell {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.user-details-title {
|
.user-details-title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<td>
|
<td>
|
||||||
<span class="profile_field_type">{{type}}</span>
|
<span class="profile_field_type">{{type}}</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td class="display_in_profile_summary_cell">
|
||||||
{{#if valid_to_display_in_summary}}
|
{{#if valid_to_display_in_summary}}
|
||||||
<span class="profile_field_display_in_profile_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}}">
|
<label class="checkbox display_in_profile_summary_{{display_in_profile_summary}}" for="profile_field_display_in_profile_summary_{{id}}">
|
||||||
|
|
Loading…
Reference in New Issue