diff --git a/templates/zephyr/home.html b/templates/zephyr/home.html index 4053c9e4a9..52b1dc45eb 100644 --- a/templates/zephyr/home.html +++ b/templates/zephyr/home.html @@ -23,18 +23,10 @@
-
-
+
×
-
- -
-
-
+
{% csrf_token %} @@ -59,7 +51,14 @@ - + +
+ +
+
@@ -71,9 +70,7 @@ -
-
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index ba32946c96..ae45ef8332 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -341,10 +341,9 @@ input.send_zephyr { } #stream_or_huddle { - position: absolute; - bottom: 21px; - left: 5px; - padding: 0.35em; + margin: 3px; + padding: 5px; + width: 90%; border: 1px solid grey; }