mirror of https://github.com/zulip/zulip.git
Properly align "create bot" button on settings form.
Also move the "Adding bot..." spinner a little. (imported from commit 65aa869e71a33a23f77d8bb054bbd0fe8e6a7de2)
This commit is contained in:
parent
5327e41156
commit
dd6f1c981f
|
@ -205,16 +205,16 @@
|
|||
<button class="btn" id="bot_avatar_upload_button">Customize avatar</button> (Optional)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<div id="bot_avatar_file_input_error" class="text-error"></div>
|
||||
</p>
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<input type="submit" class="btn btn-primary" id="create_bot_button" value="Create Bot" />
|
||||
<p>
|
||||
<div id="bot_avatar_file_input_error" class="text-error"></div>
|
||||
</p>
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<input type="submit" class="btn btn-primary" id="create_bot_button" value="Create Bot" />
|
||||
</div>
|
||||
<div id="create_bot_spinner"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="create_bot_spinner"></div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in New Issue