mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:06:48 +00:00
Improve navbar look
This commit is contained in:
parent
0a20594437
commit
88afafc632
@ -94,17 +94,16 @@
|
||||
</li>
|
||||
{% endif %}
|
||||
<!--<ul class="nav navbar-nav navbar-right" style="padding-top:13px; margin-left:12rem">-->
|
||||
<li><a style="text-decoration: none; color:#fff; ">Language
|
||||
<span id="uk" style="cursor:pointer">EN</span>
|
||||
|
|
||||
<span id="es" style="cursor:pointer">ES</span></a></li>
|
||||
<li style="margin-left:20rem; position:static">
|
||||
<li style="margin-left:55%; position:fixed">
|
||||
{% if user.is_authenticated %}
|
||||
<p class="navbar-right" style="margin-top:8px"><span id="navbar-login-username">{{API_USERNAME}}</span> <a href="/logout" class="btn btn-default">{% trans "Logout" %} </a></p>
|
||||
{% endif %}
|
||||
</li>
|
||||
<!--</ul>-->
|
||||
|
||||
<li><a style="text-decoration: none; color:#fff; cursor:pointer; margin-left:60rem">
|
||||
<span id="uk">English</span>
|
||||
|
|
||||
<span id="es">Spanish</span></a></li>
|
||||
</ul>
|
||||
<!--/.nav-collapse -->
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user