mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
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:
parent
5711e953f9
commit
bee291afaa
@ -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>
|
||||
|
||||
@ -217,6 +217,11 @@ input.send_zephyr {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.badge_close_button {
|
||||
margin-left: 0.3em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#bottom_whitespace {
|
||||
display: block;
|
||||
height: 60%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user