Skip to content
Permalink
0f924d8336
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
27 lines (25 sloc) 1.26 KB
<style>
.navbar-xs { min-height:60px; height: 60px; }
.navbar-xs .navbar-brand{ padding: 0px 12px;font-size: 16px;line-height: 28px; }
.navbar-xs .navbar-nav > li > a { padding-top: 0px; padding-bottom: 0px; line-height: 28px; }
</style>
<nav class="navbar navbar-inverse navbar-fixed-top navbar-xs" role="navigation">
<div class="container">
<div class="navbar ">
<ul class="nav navbar-nav navbar-right navbar-xs" style="margin-top: 12px;">
<li><a ui-sref="user-home">
<center><span class="glyphicon glyphicon glyphicon-home" aria-hidden="true"><br></span>&nbsp;User Portal</center>
</a></li>
<li><a ui-sref="user-account">
<center><span class="glyphicon glyphicon glyphicon-edit" aria-hidden="true"><br></span>&nbsp;Manage Account</center>
</a></li>
<li><a ui-sref="user-playlists">
<center><span class="glyphicon glyphicon glyphicon glyphicon-equalizer" aria-hidden="true"><br></span>&nbsp;Playlist Editor</center>
</a></li>
<li><a ui-sref="home">
<center> <span class="glyphicon glyphicon glyphicon glyphicon-console" aria-hidden="true"><br></span>&nbsp;Logout</center>
</a></li>
</ul>
</div>
</div>
</nav>