From 7d70b315113931e60ecd42a50ebbf290dbbc7637 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 9 Oct 2012 18:05:05 -0400 Subject: [PATCH] Rename send_zephyr to send_message. (imported from commit 211d5a78435fe797191425a2ed975ca1885a15a6) --- 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 6f57b4c188..9828546c13 100644 --- a/templates/zephyr/home.html +++ b/templates/zephyr/home.html @@ -63,7 +63,7 @@
- +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 8b2db30a65..9882fa657f 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -277,7 +277,7 @@ input.recipient_box { margin-top: 0px; } -input.send_zephyr { +input.send_message { float: right; }