diff --git a/awx/ui/static/img/favicon.ico b/awx/ui/static/img/favicon.ico index 05c66adf0e..e0ddbb3cac 100644 Binary files a/awx/ui/static/img/favicon.ico and b/awx/ui/static/img/favicon.ico differ diff --git a/awx/ui/static/img/tower_console_bug.png b/awx/ui/static/img/tower_console_bug.png new file mode 100644 index 0000000000..90737558ae Binary files /dev/null and b/awx/ui/static/img/tower_console_bug.png differ diff --git a/awx/ui/static/img/tower_console_logo.png b/awx/ui/static/img/tower_console_logo.png new file mode 100644 index 0000000000..c93291a1c9 Binary files /dev/null and b/awx/ui/static/img/tower_console_logo.png differ diff --git a/awx/ui/static/img/tower_login_logo.png b/awx/ui/static/img/tower_login_logo.png new file mode 100644 index 0000000000..d8bfb6be33 Binary files /dev/null and b/awx/ui/static/img/tower_login_logo.png differ diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index ac7b727f5b..94c927e95a 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -320,8 +320,8 @@ dd { } /* footer variables */ -@footer-height: 85px; -@footer-margin: 60px; +@footer-height: 96px; +@footer-margin: 40px; @push-height: (@footer-height + @footer-margin); @push-margin: 0px; #wrap { @@ -341,7 +341,7 @@ dd { } .main-menu .nav { - margin-top: 10px; + margin-top: 0; } .main-menu .nav > li > a { @@ -367,7 +367,8 @@ dd { } .navbar>.container .navbar-brand { - margin-left: -10px; + margin-left: 0; + margin-top: 10px; } /* Using inline-block rather than block keeps @@ -396,8 +397,8 @@ dd { .site-footer { width: 100%; - padding-top: 20px; - padding-bottom: 20px; + padding-top: 10px; + padding-bottom: 10px; margin-top: 60px; color: @grey; text-align: center; @@ -414,7 +415,7 @@ dd { } .help { - padding-top: 15px; + padding-top: 18px; font-weight: normal; } @@ -427,19 +428,25 @@ dd { } .copyright { - padding-top: 15px; + padding-top: 18px; font-weight: normal; text-align: center; } } -.login-header { +.modal-header.login-header { text-align: center; + background-color: @black; + border-left: 1px solid #686868; + border-right: 1px solid #686868; + border-top: 1px solid #686868; + border-top-left-radius: 6px; + border-top-right-radius: 6px; } .login-header img { - max-width: 100px; + width: 327px; } .form-title { diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index e096556f5b..51e5e3cc18 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -138,7 +138,7 @@