Add a dropdown user menu to the top bar in static pages
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user