modified: remarkbox_theme_meta/static/theme/meta/css/diff.css
modified: remarkbox_theme_meta/templates/meta-base.j2
This commit is contained in:
parent
29af730e05
commit
66c7c6b7a7
2 changed files with 37 additions and 3 deletions
|
|
@ -114,3 +114,30 @@ ul {
|
|||
.alert-success, .alert-notice {
|
||||
background-color: #517DA4;
|
||||
}
|
||||
|
||||
.navlogotiny {
|
||||
vertical-align: middle;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
input.rb-submit.search {
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
margin-left: 10px
|
||||
}
|
||||
|
||||
@media screen and (max-width:750px) {
|
||||
.navother {
|
||||
top: 0px;
|
||||
}
|
||||
#keyword {
|
||||
margin-left 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
#remarkbox-menu {
|
||||
padding-left: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -54,6 +54,8 @@
|
|||
{% endif %}
|
||||
|
||||
<div id="remarkbox-menu">
|
||||
<span class="avoidwrap">
|
||||
<a href="{{ main_domain }}" class="navlogolink"><img src="/static/img/remarkbox-logo.png" width="16px" class="shown-on-tablet navlogotiny"></a>
|
||||
{%- block menu %}
|
||||
{% if request.namespace.name == request.domain %}
|
||||
<a href="/">{{ request.namespace.name }}</a>
|
||||
|
|
@ -63,16 +65,21 @@
|
|||
|
||||
|
|
||||
|
||||
</span>
|
||||
|
||||
{%- if request.user.authenticated %}
|
||||
{%- if request.user.authenticated %}
|
||||
<span class="hidden-on-tablet">
|
||||
<a href="/u/namespaces">my namespaces</a>
|
||||
|
||||
|
|
||||
|
||||
</span>
|
||||
<span class="avoidwrap">
|
||||
{{ snippets.user_link(request.user) }} <a href="/log-out">[log out]</a>
|
||||
{% else %}
|
||||
</span>
|
||||
{% else %}
|
||||
<a href="/join-or-log-in">join-or-log-in</a>
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
{%- endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue