diff --git a/static/styles/modal.css b/static/styles/modal.css index d57562f828..7ef34da36f 100644 --- a/static/styles/modal.css +++ b/static/styles/modal.css @@ -323,7 +323,7 @@ } } -.micromodal select { +.modal_select { height: 30px; width: 220px; padding: 4px 6px; diff --git a/static/templates/move_topic_to_stream.hbs b/static/templates/move_topic_to_stream.hbs index 9f8f6210df..e8ca28bd03 100644 --- a/static/templates/move_topic_to_stream.hbs +++ b/static/templates/move_topic_to_stream.hbs @@ -15,7 +15,7 @@ {{#if from_message_actions_popover}} - + {{t "Move only this message" }} {{t "Move this and all following messages in this topic" }} {{t "Move all messages in this topic" }} diff --git a/static/templates/settings/add_new_bot_form.hbs b/static/templates/settings/add_new_bot_form.hbs index 0840e38c90..32a1b9e4b9 100644 --- a/static/templates/settings/add_new_bot_form.hbs +++ b/static/templates/settings/add_new_bot_form.hbs @@ -5,7 +5,7 @@ {{t "Bot type" }} - + {{#each bot_types}} {{#if this.allowed}} {{this.name}} @@ -15,7 +15,7 @@ {{t "Bot"}} - + {{#each realm_embedded_bots}} {{this.name}} {{/each}} @@ -45,7 +45,7 @@ {{t "Outgoing webhook message format" }} - + Zulip {{t "Slack compatible" }} diff --git a/static/templates/settings/add_new_custom_profile_field_form.hbs b/static/templates/settings/add_new_custom_profile_field_form.hbs index 88c107b0c9..2026eec11d 100644 --- a/static/templates/settings/add_new_custom_profile_field_form.hbs +++ b/static/templates/settings/add_new_custom_profile_field_form.hbs @@ -2,7 +2,7 @@ {{t "Type" }} - + {{#each custom_profile_field_types}} {{this.name}} {{/each}} @@ -10,7 +10,7 @@ {{t "External account type" }} - + {{#each realm_default_external_accounts}} {{this.text}} {{/each}} diff --git a/static/templates/settings/admin_human_form.hbs b/static/templates/settings/admin_human_form.hbs index fe55710074..6367746393 100644 --- a/static/templates/settings/admin_human_form.hbs +++ b/static/templates/settings/admin_human_form.hbs @@ -19,7 +19,7 @@ {{t 'User role' }} {{> ../help_link_widget link="/help/roles-and-permissions" }} - + {{> dropdown_options_widget option_values=user_role_values}} diff --git a/static/templates/settings/edit_bot_form.hbs b/static/templates/settings/edit_bot_form.hbs index d2e19e782f..136c72c1a8 100644 --- a/static/templates/settings/edit_bot_form.hbs +++ b/static/templates/settings/edit_bot_form.hbs @@ -17,7 +17,7 @@ {{t 'Role' }} {{> ../help_link_widget link="/help/roles-and-permissions" }} - + {{> dropdown_options_widget option_values=user_role_values}} diff --git a/static/templates/settings/edit_custom_profile_field_form.hbs b/static/templates/settings/edit_custom_profile_field_form.hbs index 4e219bfb49..d97fb1ea7e 100644 --- a/static/templates/settings/edit_custom_profile_field_form.hbs +++ b/static/templates/settings/edit_custom_profile_field_form.hbs @@ -24,7 +24,7 @@ {{#if is_external_account_field}} {{t "External account type" }} - + {{#each ../realm_default_external_accounts}} {{this.text}} {{/each}} diff --git a/static/templates/settings/edit_outgoing_webhook_service.hbs b/static/templates/settings/edit_outgoing_webhook_service.hbs index 9835980816..d155ac625b 100644 --- a/static/templates/settings/edit_outgoing_webhook_service.hbs +++ b/static/templates/settings/edit_outgoing_webhook_service.hbs @@ -5,7 +5,7 @@ {{t "Interface" }} - + {{t "Generic" }} {{t "Slack's outgoing webhooks" }}