mirror of https://github.com/zulip/zulip.git
Rename send_zephyr to send_message.
(imported from commit 211d5a78435fe797191425a2ed975ca1885a15a6)
This commit is contained in:
parent
836971d3b3
commit
7d70b31511
|
@ -63,7 +63,7 @@
|
|||
<td class="messagebox">
|
||||
<div class="message_content">
|
||||
<textarea class="zephyr_message" name="content" id="new_message_content" value="" placeholder="Compose your message here..."></textarea>
|
||||
<input type="submit" value="Send" class="btn send_zephyr"/>
|
||||
<input type="submit" value="Send" class="btn send_message"/>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -277,7 +277,7 @@ input.recipient_box {
|
|||
margin-top: 0px;
|
||||
}
|
||||
|
||||
input.send_zephyr {
|
||||
input.send_message {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue