From e10966f1bbf59bfa335463da15b2d3bc46540969 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 9 Oct 2012 18:07:41 -0400 Subject: [PATCH] Rename zephyr_message to new_message_textarea. (imported from commit 7176738a9bf04bf96327338626e63adf03884a56) --- templates/zephyr/home.html | 2 +- zephyr/static/styles/zephyr.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zephyr/home.html b/templates/zephyr/home.html index e6621e40c5..64743eff80 100644 --- a/templates/zephyr/home.html +++ b/templates/zephyr/home.html @@ -62,7 +62,7 @@
- +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index f6c396be46..284ee2e990 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -261,7 +261,7 @@ img.profile_picture { margin-bottom: auto; } -textarea.zephyr_message { +textarea.new_message_textarea { width: 100%; height: 100%; }