diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html
index b6c672e012..84ae3d034f 100644
--- a/templates/zephyr/index.html
+++ b/templates/zephyr/index.html
@@ -5,15 +5,6 @@
-
@@ -113,7 +104,7 @@ var people_list = {{ people }};
- +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 70d5e559e8..b724d4fe87 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1,6 +1,12 @@ body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; overflow: hidden + padding-top: 60px; + padding-bottom: 40px; +} + +.sidebar-nav { + padding: 9px 0; } span.realname { @@ -169,14 +175,20 @@ textarea.zephyr_message { width: 100%; height: 100%; } + textarea:focus { outline: none; border: gray; } + input.zephyr_recipient_box { width: 90px; } +input.send_zephyr { + float: right; +} + div.narrow { position: fixed; display: none;