From f8d83af2f0f0fcf3960956a1f5407d74458cae2b Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Thu, 29 Nov 2012 10:44:16 -0500 Subject: [PATCH] Move the send button into a
So we can float other things along with it. (imported from commit a01e554bdb3ab3187557244400954194149fb172) --- templates/zephyr/home.html | 4 +++- zephyr/static/styles/zephyr.css | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/zephyr/home.html b/templates/zephyr/home.html index 3d93e30c81..615ab006f2 100644 --- a/templates/zephyr/home.html +++ b/templates/zephyr/home.html @@ -118,7 +118,9 @@
- +
+ +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 3b37357762..9ee5c68b0a 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -363,7 +363,7 @@ input.recipient_box { width: 75%; } -input.send_message { +#send_controls { float: right; }