diff --git a/awx/ui/static/css/ansible-ui.css b/awx/ui/static/css/ansible-ui.css index 5fb806c749..b87ed78326 100644 --- a/awx/ui/static/css/ansible-ui.css +++ b/awx/ui/static/css/ansible-ui.css @@ -13,7 +13,7 @@ body { color: #36454F; - padding-top: 40px; + padding-top: 60px; } .text-center { @@ -55,10 +55,11 @@ .navbar .brand { margin-left: 15px; + padding: 0; } .navbar .brand img { - width: 130px; + width: 243px; } a:hover { diff --git a/awx/ui/static/img/logo.png b/awx/ui/static/img/logo.png new file mode 100644 index 0000000000..87a93bff65 Binary files /dev/null and b/awx/ui/static/img/logo.png differ diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 38b0b75777..4aac6ac39e 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -93,7 +93,7 @@