mirror of https://github.com/zulip/zulip.git
Add a fixed navbar at the top of the page.
(imported from commit 1e131932503afe97ddd08e8538b2a0f43727313c)
This commit is contained in:
parent
35b05dda95
commit
f08dc13f73
|
@ -100,6 +100,14 @@ var people_list = [
|
|||
</script>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="navbar-inner">
|
||||
<a class="brand" href="#">Humbug</a>
|
||||
<form class="navbar-search pull-left">
|
||||
<input type="text" class="search-query" placeholder="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3">
|
||||
<div class="row">
|
||||
|
|
|
@ -34,7 +34,7 @@ a:hover code {
|
|||
.sidebar-nav {
|
||||
background-color: white;
|
||||
padding: 0.5em;
|
||||
margin-top: 2em;
|
||||
margin-top: 3em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue