mirror of https://github.com/zulip/zulip.git
Pad the top and bottom of the zephyr window.
(imported from commit f95a6fe7584add5f6b60db57824123ccba8badf0)
This commit is contained in:
parent
94325e63e6
commit
fef89daa46
|
@ -68,11 +68,12 @@ var people_list = {{ people }};
|
|||
</div><!--/span-->
|
||||
<div class="span9">
|
||||
<div class="zephyr_list" id="main_div">
|
||||
<br/>
|
||||
<br/><br/>
|
||||
<table class="zephyr_table" id="table">
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
<br/><br/>
|
||||
<div class="narrow"><span id="narrow_indicator"></span>. <button id="unhide" class="btn" disabled=disabled onclick="unhide()">Show all.</button> </div>
|
||||
</div>
|
||||
<div class="tabbable container zephyr_compose">
|
||||
|
|
Loading…
Reference in New Issue