diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 191e3753a3..5a33ad9f16 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -75,9 +75,10 @@ var people_list = {{ people }};
@@ -97,20 +98,20 @@ var people_list = {{ people }};

- +
- +

- - + +

diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 7ebf6f1dc1..374261ddb4 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -41,7 +41,8 @@ ul.nav-zephyr { } .zephyr_comp { - background-color: #EEE; + border: 1px solid #EEE; + border-top: 0px; } td.pointer { @@ -231,3 +232,8 @@ input.send_zephyr { background-color: blue; width: 2px; } + +#zephyr-type-tabs { + margin-top: 10px; + margin-bottom: 0px; +}