From 9e6121b63e14bffacf9b6cb045c72f2468ef8498 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Mon, 30 Jun 2014 23:19:01 -0400 Subject: [PATCH] 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. --- awx/ui/static/less/main-layout.less | 2 +- awx/ui/templates/ui/index.html | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/awx/ui/static/less/main-layout.less b/awx/ui/static/less/main-layout.less index d8e0022569..625e21aab2 100644 --- a/awx/ui/static/less/main-layout.less +++ b/awx/ui/static/less/main-layout.less @@ -34,7 +34,7 @@ body { } } .navbar-collapse { - margin-left: 42px; + margin-left: 47px; } .collapsed-option { display: none; diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 9b806d19cc..84213f1054 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -206,13 +206,6 @@ -