From 4e4e15bb4ad831a1655e970a4c478faa6566a08d Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Wed, 27 Feb 2013 18:09:06 -0500 Subject: [PATCH] Allow you to click the 'enter sends' label to toggle the checkbox. (imported from commit 2c0d6d2547adb5233589765fa2ef851f1712ee52) --- templates/zephyr/home.html | 6 ++++-- zephyr/static/styles/zephyr.css | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/zephyr/home.html b/templates/zephyr/home.html index be8fc27b86..f33ccb4b3c 100644 --- a/templates/zephyr/home.html +++ b/templates/zephyr/home.html @@ -110,8 +110,10 @@ {% ifnotequal user_profile.realm.domain "humbughq.com" %} style="visibility: hidden;" {% endifnotequal %} - id="tab-enter-message">Press Enter to send   - + id="tab-enter-message"> + diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 1c1b1eeb78..38b9d3a527 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -444,7 +444,6 @@ blockquote p { display: table-row; font-size: 80%; white-space: nowrap; - text-align: right; } .messagebox p {