From 69324f8ce24e121b98364db7f1bf36ea96fc3b2e Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 18 Jun 2014 15:19:29 -0400 Subject: [PATCH] 2.0 Styling Fixed up the Account menu and wired it back up, mostly. --- awx/ui/static/less/main-layout.less | 9 +++++++++ awx/ui/templates/ui/index.html | 12 +++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/awx/ui/static/less/main-layout.less b/awx/ui/static/less/main-layout.less index 856b3264b4..bd14750072 100644 --- a/awx/ui/static/less/main-layout.less +++ b/awx/ui/static/less/main-layout.less @@ -44,4 +44,13 @@ body { .group-breadcrumbs { margin-bottom: 20px; +} + +@media (min-width: 1200px) { + #main-menu-container { + #account-menu { + margin-right: 60px; + float: right; + } + } } \ No newline at end of file diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 96c5602348..25ce26ff35 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -193,14 +193,16 @@
  • Job Templates
  • Jobs
  • -