As an intermediate step between the "full" navbar and the
collapsed navbar we hide the username and workstation of
the current user. This helps prevent the wrapping that can
cause the navbar to cover some of the page.
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
Signed-off-by: rfrasur <rfrasur@library.in.gov>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
<!-- entries along the right side of the navbar -->
<ul class="nav navbar-nav navbar-right" style='margin-right: 6px;'>
- <li>
+ <li class="hidden-sm">
<a ng-cloak ng-show="username" title="{{currentToken()}}"
ng-init="workstation = '[% l('<no workstation>') %]'">
{{username}} @ {{workstation}}