mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
Logo and menu spacing
Added 5px to navbar-collapse. Fixes FF active/focus border touching the logo. Try as I might, I cannot get FF 30 to stop with the dashed boarder around the active menu item.
This commit is contained in:
parent
fbef7b5f50
commit
9e6121b63e
@ -34,7 +34,7 @@ body {
|
||||
}
|
||||
}
|
||||
.navbar-collapse {
|
||||
margin-left: 42px;
|
||||
margin-left: 47px;
|
||||
}
|
||||
.collapsed-option {
|
||||
display: none;
|
||||
|
||||
@ -206,13 +206,6 @@
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!--
|
||||
<li class="collapsed-option" ng-show="current_user.username != null && current_user.username != undefined">
|
||||
<a id="main_view_user" href="" ng-click="viewCurrentUser()" ng-bind="'Hello! ' + current_user.username"></a></li>
|
||||
<li class="collapsed-option"><a id="main_view_license" href="" ng-click="viewLicense()">View License</a></li>
|
||||
<li class="collapsed-option"><a id="main_contact_support" target="_blank" href="https://ansibleworks.zendesk.com/anonymous_requests/new">Contact Support</a></li>
|
||||
<li class="collapsed-option"><a id="main_logout" href="#/logout">Logout</a></li>
|
||||
-->
|
||||
<ul class="nav navbar-nav navbar-right" id="account-menu">
|
||||
<li id="socket-beacon-li"></li>
|
||||
<li><a href="#/login" id="main_login_link" ng-show="!current_user.username">Login</a></li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user