diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 2650843464..25ce460719 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -65,10 +65,12 @@ var people_list = {{ people }};

-
-
- - +
+
+ + + +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 1b4e55e82b..75b731edb8 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -211,10 +211,6 @@ div.narrow { top: 0px; } -button#unhide.btn { - font-size: 12px; -} - div#bottom_whitespace { display: block; height: 60%; @@ -224,3 +220,7 @@ td.selected_message_indicator { background-color: blue; width: 2px; } + +form#zephyr_searchbox { + margin: 0px; +}