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>
|
</table>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<div class="row" id="narrowbox">
|
<div class="row" id="narrowbox">
|
||||||
<div class="input-prepend input-append pull-left">
|
<span>Showing </span>
|
||||||
<button id="show_all_messages" class="btn" disabled=disabled onclick="show_all_messages()"><i class="icon-arrow-left"></i></button>
|
<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 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>
|
||||||
<div id="bottom_whitespace"></div>
|
<div id="bottom_whitespace"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -276,11 +276,12 @@ input.send_zephyr {
|
||||||
#narrowbox {
|
#narrowbox {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: none;
|
display: none;
|
||||||
padding-left: 2px;
|
padding: 5px 10px;
|
||||||
|
border: 1px solid black;
|
||||||
/* .zephyr_list width + ??? */
|
/* .zephyr_list width + ??? */
|
||||||
width: 648px;
|
width: 628px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #EEE;
|
background-color: #DDD;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue