mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Allow you to click the 'enter sends' label to toggle the checkbox.
(imported from commit 2c0d6d2547adb5233589765fa2ef851f1712ee52)
This commit is contained in:
parent
6a56ed0c94
commit
4e4e15bb4a
@ -110,8 +110,10 @@
|
||||
{% ifnotequal user_profile.realm.domain "humbughq.com" %}
|
||||
style="visibility: hidden;"
|
||||
{% endifnotequal %}
|
||||
id="tab-enter-message">Press Enter to send
|
||||
<input type="checkbox" id="enter_sends" name="enter_sends" value="ender_sends" />
|
||||
id="tab-enter-message">
|
||||
<label class="pull-right">Press Enter to send
|
||||
<input type="checkbox" id="enter_sends" name="enter_sends" value="ender_sends" />
|
||||
</label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -444,7 +444,6 @@ blockquote p {
|
||||
display: table-row;
|
||||
font-size: 80%;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.messagebox p {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user