From e4da6504c0d82347bec8d82ee1660d396dfc8a2b Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 26 Sep 2013 11:48:54 -0700 Subject: [PATCH] Move 'logout' link to bottom of dropdown --- ui/scripts/ui/core.js | 2 +- ui/stylesheets/cloudstack.scss | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/scripts/ui/core.js b/ui/scripts/ui/core.js index 4273196b686..96dca8529ad 100644 --- a/ui/scripts/ui/core.js +++ b/ui/scripts/ui/core.js @@ -293,7 +293,7 @@ }) .appendTo($('#header')); - $(['label.logout', 'label.help', 'label.about']).each(function() { + $(['label.about', 'label.help', 'label.logout']).each(function() { var $link = $('') .attr({ href: '#' diff --git a/ui/stylesheets/cloudstack.scss b/ui/stylesheets/cloudstack.scss index a41f16190eb..4a0f0f32f70 100644 --- a/ui/stylesheets/cloudstack.scss +++ b/ui/stylesheets/cloudstack.scss @@ -200,7 +200,7 @@ body { } } -.ui-dialog, .notification-box, #user-options { +.ui-dialog, .notification-box, #user-options, .region-selector { @include dialog; display: none; @@ -213,8 +213,7 @@ body { &.logout { font-weight: bold; - border-bottom: 1px solid gray; - margin-bottom: 25px; + margin-top: 25px; } } }