Add a dropdown user menu to the top bar in static pages

This commit is contained in:
yflory
2017-02-15 17:57:42 +01:00
parent 0e76b18278
commit 7497e0d1c5
15 changed files with 204 additions and 101 deletions

View File

@@ -7,6 +7,7 @@
<!--<span class="slogan" data-localization="main_slogan"></span>-->
<span id="user-menu" class="right dropdown-bar"></span>
<span id="language-selector" class="right dropdown-bar"></span>
<span class="link right">
<a href="/about.html" data-localization="about">About</a>

View File

@@ -47,6 +47,13 @@
margin: 0px 10px;
line-height: 40px;
button {
.buttonTitle {
.fa-user {
margin-right: 5px;
}
}
}
a {
font-weight: 500;
font-size: 0.75em;