mirror of https://github.com/zulip/zulip.git
user settings: Fix the position of get api key text and button.
Fix the alignment of "Current password" and move the "Get API key" button to next line. Fixes: #10535.
This commit is contained in:
parent
6b7a4f8611
commit
517718de02
|
@ -944,7 +944,6 @@ input[type=checkbox].inline-block {
|
|||
|
||||
#create_bot_form .control-label,
|
||||
#create_alert_word_form .control-label,
|
||||
#get_api_key_box .control-label,
|
||||
.admin-emoji-form .control-label,
|
||||
.admin-filter-form .control-label,
|
||||
.admin-profile-field-form .control-label,
|
||||
|
@ -1883,3 +1882,7 @@ thead .actions {
|
|||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
||||
}
|
||||
|
||||
#get_api_key_button {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue