From bee291afaa8383df4c15920e702dcfcc981af20a Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Fri, 14 Sep 2012 11:40:56 -0400 Subject: [PATCH] Restyle the narrow bar slightly. Put a little 'x' by the class or class-instance indicator, to make it more analogous to the planned behavior of the view-in-context search box. (imported from commit fa01001cffa6a6094ba5fbdcbdc965addb2efa1c) --- templates/zephyr/index.html | 4 ++-- zephyr/static/styles/zephyr.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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%;