From 1677d953f5950f9ff49b136bfe9c2f095806c390 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Sat, 12 Oct 2013 23:06:19 -0400 Subject: [PATCH] Fixed CSS styling on nav menu so that items line up with the left and right margins of the page. --- awx/ui/static/less/ansible-ui.less | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index aba0fe0a95..06fbb3f5ba 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -231,10 +231,24 @@ dd { text-align: justify; } + + +.navbar-collapse { + padding-right: 0; +} + +.nav >li >a:last-child { + padding-right: 0; + padding-left: 20px; +} + +.navbar>.container .navbar-brand { + margin-left: -10px; +} + /* Using inline-block rather than block keeps brand img from right aligning into the collapse button on mobile screens */ - .main-menu .navbar-brand { display: inline-block; padding: 0;