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)
This commit is contained in:
Waseem Daher 2012-09-14 11:40:56 -04:00
parent 5711e953f9
commit bee291afaa
2 changed files with 7 additions and 2 deletions

View File

@ -67,8 +67,8 @@ var people_list = {{ people }};
<br/><br/>
<div class="row" id="narrowbox">
<div class="input-prepend input-append pull-left">
<button id="show_all_messages" class="btn" disabled=disabled onclick="show_all_messages()"><i class="icon-remove"></i></button>
<span class="add-on"><span id="currently_narrowed_to" class="badge"></span></span>
<button id="show_all_messages" class="btn" disabled=disabled onclick="show_all_messages()"><i class="icon-arrow-left"></i></button>
<span class="add-on"><span class="badge"><span id="currently_narrowed_to"></span><i class="badge_close_button icon-remove-sign icon-white" onclick="show_all_messages()"></i></span></span>
</div>
</div>
<div id="bottom_whitespace"></div>

View File

@ -217,6 +217,11 @@ input.send_zephyr {
top: 0px;
}
.badge_close_button {
margin-left: 0.3em;
cursor: pointer;
}
#bottom_whitespace {
display: block;
height: 60%;