modified: remarkbox_theme_meta/static/theme/meta/css/diff.css
modified: remarkbox_theme_meta/templates/meta-base.j2
This commit is contained in:
parent
3dc23211fd
commit
bf5636a87e
2 changed files with 5 additions and 4 deletions
|
|
@ -85,8 +85,9 @@ button.link {
|
||||||
|
|
||||||
.my-namespaces-div {
|
.my-namespaces-div {
|
||||||
background-color: #fcf9f9;
|
background-color: #fcf9f9;
|
||||||
padding: 10px;
|
padding: 20px;
|
||||||
margin-top: 0px;
|
padding-bottom: 10px;
|
||||||
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol, ul {
|
ol, ul {
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
<a class="navlink" href="https://meta.remarkbox.com">Meta</a>
|
<a class="navlink" href="https://meta.remarkbox.com">Meta</a>
|
||||||
{%- if request.user %}
|
{%- if request.user %}
|
||||||
{{ snippets.user_link(request.user, class='button') }}
|
{{ snippets.user_link(request.user, class='button') }}
|
||||||
<a class="button red" href="/u/namespaces">Setup</a>
|
<a class="button red" href="/u/namespaces">setup</a>
|
||||||
{%- else %}
|
{%- else %}
|
||||||
<a class="navlink" href="{{ main_domain }}#about">About</a>
|
<a class="navlink" href="{{ main_domain }}#about">About</a>
|
||||||
<a class="navlink" href="{{ main_domain }}#remarkbox-demo">Demo</a>
|
<a class="navlink" href="{{ main_domain }}#remarkbox-demo">Demo</a>
|
||||||
|
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<center>
|
<center>
|
||||||
<a href="/u/namespaces" class="button small-button">+ New Namespace</a>
|
<a href="/u/namespaces" class="button">setup</a>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue