From e9084d0c333335763fb8bc29acd3249c53353dc5 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Mon, 23 Jun 2014 11:47:16 -0400 Subject: [PATCH] Styling changes Adjust white space at top of menu and on top/bottom of breadcrumbs. --- awx/ui/static/less/breadcrumbs.less | 2 +- awx/ui/static/less/main-layout.less | 3 ++- awx/ui/templates/ui/index.html | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui/static/less/breadcrumbs.less b/awx/ui/static/less/breadcrumbs.less index 3b0db52af4..7099f503b0 100644 --- a/awx/ui/static/less/breadcrumbs.less +++ b/awx/ui/static/less/breadcrumbs.less @@ -11,7 +11,7 @@ list-style: none; overflow: hidden; padding: 0; - margin: 0 0 8px 0; + margin: 0 0 15px 0; } .ansible-breadcrumb li { float: left; diff --git a/awx/ui/static/less/main-layout.less b/awx/ui/static/less/main-layout.less index bd14750072..888dabaa9c 100644 --- a/awx/ui/static/less/main-layout.less +++ b/awx/ui/static/less/main-layout.less @@ -16,13 +16,14 @@ html { body { font-family: 'Open Sans', sans-serif; font-weight: 400; - padding-top: 65px; + padding-top: 60px; color: @black; } #main-menu-container { .navbar { margin-bottom: 0; + margin-top: 5px; } .navbar-brand { position: absolute; diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 25ce26ff35..4faccced62 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -210,7 +210,6 @@ -