Allow you to click the 'enter sends' label to toggle the checkbox.

(imported from commit 2c0d6d2547adb5233589765fa2ef851f1712ee52)
This commit is contained in:
Waseem Daher 2013-02-27 18:09:06 -05:00
parent 6a56ed0c94
commit 4e4e15bb4a
2 changed files with 4 additions and 3 deletions

View File

@ -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&nbsp;
<input type="checkbox" id="enter_sends" name="enter_sends" value="ender_sends" />
</label>
</div>
</td>
</tr>

View File

@ -444,7 +444,6 @@ blockquote p {
display: table-row;
font-size: 80%;
white-space: nowrap;
text-align: right;
}
.messagebox p {