From e22fbe2de2be2f24dd47a3f512510030c82b3f38 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Thu, 27 Jun 2013 15:28:20 -0400 Subject: [PATCH] Fixed padding/margin in navbar so that menu text is aligned correctly with new logo. --- awx/ui/static/css/ansible-ui.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/awx/ui/static/css/ansible-ui.css b/awx/ui/static/css/ansible-ui.css index b87ed78326..9e1b58fcc5 100644 --- a/awx/ui/static/css/ansible-ui.css +++ b/awx/ui/static/css/ansible-ui.css @@ -42,6 +42,7 @@ background-repeat: repeat-x; border-color: #36454F; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36454F', endColorstr='#36454F', GradientType=0); + padding-right: 15px; } .navbar-inverse .nav > li > a { @@ -62,6 +63,10 @@ width: 243px; } + .navbar .nav { + margin-top: 15px; + } + a:hover { text-decoration: none; }