diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index c7ed2731a3..057a738532 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -15,7 +15,7 @@ @green: #5bb75b; @blue: #1778c3; /* logo blue */ @blue-link: #1778c3; -@blue-dark: #2a6496; /* link hover */ +@blue-dark: #2a6496; /* link hover */ @grey: #A9A9A9; @grey-txt: #707070; @well: #f5f5f5; /* well background color */ @@ -217,7 +217,7 @@ textarea { z-index: 2050; opacity: 1.0; } - + .alert { margin-top: 15px; margin-bottom: 15px; @@ -369,11 +369,6 @@ dd { margin-top: @footer-margin; } - /*#push { - height: @push-height; - margin-bottom: (@footer-margin); - }*/ - #navbar-container, .main-menu { width: 100%; @@ -447,6 +442,7 @@ dd { border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin-bottom: 0; + background-color: @black; } .site-footer {