mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Move the "Formatting help" link next to the send button
The tabindex on this link doesn't actually do anything, because of the Safari tab workaround. I added it anyway in case we remove that workaround later. (imported from commit 11f31f2561907300b350c11732be88589d736f94)
This commit is contained in:
parent
f8d83af2f0
commit
2aaeb6e44b
@ -119,6 +119,7 @@
|
||||
<textarea class="new_message_textarea" name="content" id="new_message_content"
|
||||
value="" placeholder="Compose your message here..." tabindex="140"></textarea>
|
||||
<div id="send_controls">
|
||||
<a id="fmt_help_link" href="#markdown-help" data-toggle="modal" tabindex="160">Formatting help</a>
|
||||
<input type="submit" value="Send" id="compose-send-button" class="btn send_message" tabindex="150"/>
|
||||
</div>
|
||||
<div tabindex="151" onfocus="ui.safari_composebox_workaround();"></div>
|
||||
|
||||
@ -123,12 +123,6 @@ var people_list = [
|
||||
<span class="hidden-phone"> Keyboard shortcuts</span>
|
||||
</a>
|
||||
</li>
|
||||
<li title="Formatting help">
|
||||
<a href="#markdown-help" role="button" data-toggle="modal">
|
||||
<i class="icon-font"></i>
|
||||
<span class="hidden-phone"> Formatting help</span>
|
||||
</a>
|
||||
</li>
|
||||
<li title="Feedback">
|
||||
<a href="#feedback" onclick="compose.start('private', { 'private_message_recipient': 'feedback@humbughq.com' });">
|
||||
<i class="icon-comment"></i>
|
||||
|
||||
@ -367,6 +367,11 @@ input.recipient_box {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#fmt_help_link {
|
||||
margin-right: 20px;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
#top_statusbar {
|
||||
position: fixed;
|
||||
/* .message_list max-width + 30px margin */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user