Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F35E10E3C for ; Thu, 26 Sep 2013 18:49:02 +0000 (UTC) Received: (qmail 82722 invoked by uid 500); 26 Sep 2013 18:49:01 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 82651 invoked by uid 500); 26 Sep 2013 18:49:01 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 82635 invoked by uid 99); 26 Sep 2013 18:48:59 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Sep 2013 18:48:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AD3ED90B0A4; Thu, 26 Sep 2013 18:48:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Date: Thu, 26 Sep 2013 18:49:00 -0000 Message-Id: <0a29bf662aa64896aabe66919fe17be4@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/ui-restyle to e4da650 Move 'logout' link to bottom of dropdown Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e4da6504 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e4da6504 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e4da6504 Branch: refs/heads/ui-restyle Commit: e4da6504c0d82347bec8d82ee1660d396dfc8a2b Parents: 0d121fd Author: Brian Federle Authored: Thu Sep 26 11:48:54 2013 -0700 Committer: Brian Federle Committed: Thu Sep 26 11:48:54 2013 -0700 ---------------------------------------------------------------------- ui/scripts/ui/core.js | 2 +- ui/stylesheets/cloudstack.scss | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e4da6504/ui/scripts/ui/core.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui/core.js b/ui/scripts/ui/core.js index 4273196..96dca85 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: '#' http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e4da6504/ui/stylesheets/cloudstack.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/cloudstack.scss b/ui/stylesheets/cloudstack.scss index a41f161..4a0f0f3 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; } } }