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 75D4C107B8 for ; Thu, 10 Oct 2013 21:11:07 +0000 (UTC) Received: (qmail 35706 invoked by uid 500); 10 Oct 2013 21:11:05 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 35387 invoked by uid 500); 10 Oct 2013 21:11:05 -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 35221 invoked by uid 99); 10 Oct 2013 21:11:02 -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, 10 Oct 2013 21:11:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C7D5D9149A8; Thu, 10 Oct 2013 21:11:01 +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, 10 Oct 2013 21:11:03 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: updated refs/heads/ui-restyle to 09e4327 Detail view: Move toolbar to top of element for easier styling Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/09e43276 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/09e43276 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/09e43276 Branch: refs/heads/ui-restyle Commit: 09e432765277135766255dbd6e803fb390e75106 Parents: 9c8e1f7 Author: Brian Federle Authored: Thu Oct 10 14:10:43 2013 -0700 Committer: Brian Federle Committed: Thu Oct 10 14:10:43 2013 -0700 ---------------------------------------------------------------------- ui/scripts/ui/widgets/detailView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/09e43276/ui/scripts/ui/widgets/detailView.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui/widgets/detailView.js b/ui/scripts/ui/widgets/detailView.js index 0e975e4..b7235a4 100644 --- a/ui/scripts/ui/widgets/detailView.js +++ b/ui/scripts/ui/widgets/detailView.js @@ -1360,7 +1360,7 @@ // Create toolbar if (!compact) { - $toolbar.appendTo($detailView); + $toolbar.prependTo($detailView); } }