mirror of https://github.com/zulip/zulip.git
Restyle narrowbar slightly.
This removes the duplicate 'x' and '<-' issue that Tim identified previously. (imported from commit 0572978731d12eb6689edec105f8e0e35c74f0e0)
This commit is contained in:
parent
5a80f5248a
commit
42ac10b9c3
|
@ -17,10 +17,8 @@
|
|||
</table>
|
||||
<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-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>
|
||||
<span>Showing </span>
|
||||
<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>
|
||||
</div>
|
||||
<div id="bottom_whitespace"></div>
|
||||
</div>
|
||||
|
|
|
@ -276,11 +276,12 @@ input.send_zephyr {
|
|||
#narrowbox {
|
||||
position: fixed;
|
||||
display: none;
|
||||
padding-left: 2px;
|
||||
padding: 5px 10px;
|
||||
border: 1px solid black;
|
||||
/* .zephyr_list width + ??? */
|
||||
width: 648px;
|
||||
width: 628px;
|
||||
margin: 0 auto;
|
||||
background-color: #EEE;
|
||||
background-color: #DDD;
|
||||
text-decoration: none;
|
||||
top: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue