diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 05be914faf..191e3753a3 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -67,8 +67,8 @@ var people_list = {{ people }};

- - + +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index fd6fc5fc22..7ebf6f1dc1 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -217,6 +217,11 @@ input.send_zephyr { top: 0px; } +.badge_close_button { + margin-left: 0.3em; + cursor: pointer; +} + #bottom_whitespace { display: block; height: 60%;