mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
settings: Add styles for dropdown titles.
This commit is contained in:
@@ -1351,6 +1351,10 @@ thead .actions {
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.dropdown-title {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.invited-as-admin {
|
||||
opacity: 0.5;
|
||||
margin-left: 2px;
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
<label for="timezone">{{t "Time zone" }}:</label>
|
||||
<label for="timezone" class="dropdown-title">{{t "Time zone" }}:</label>
|
||||
<select name="timezone" id="user_timezone">
|
||||
{{#unless page_params.timezone}}
|
||||
<option></option>
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
<h3 class="light">{{t "Streams" }}</h3>
|
||||
<div class="m-10 inline-block organization-permissions-parent">
|
||||
<div class="inline-block create-stream-dropdown">
|
||||
<label for="realm_create_stream_permission">{{t "Who can create streams" }}</label>
|
||||
<label for="realm_create_stream_permission" class="dropdown-title">{{t "Who can create streams" }}</label>
|
||||
<select name="realm_create_stream_permission" id="id_realm_create_stream_permission">
|
||||
<option value="by_admins_only">{{t "Admins only" }}</option>
|
||||
<option value="by_anyone">{{t "Everyone" }}</option>
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
|
||||
<div class="m-10 inline-block organization-settings-parent">
|
||||
<div class="input-group">
|
||||
<label for="realm_default_language">{{t "Default language" }}:</label>
|
||||
<label for="realm_default_language" class="dropdown-title">{{t "Default language" }}:</label>
|
||||
<select name="realm_default_language" id="id_realm_default_language">
|
||||
{{#each language_list}}
|
||||
<option value='{{this.code}}'>{{this.name}}</option>
|
||||
|
||||
Reference in New Issue
Block a user