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 0DBD51018F for ; Tue, 3 Dec 2013 20:33:34 +0000 (UTC) Received: (qmail 54654 invoked by uid 500); 3 Dec 2013 20:33:33 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 54563 invoked by uid 500); 3 Dec 2013 20:33:33 -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 54475 invoked by uid 99); 3 Dec 2013 20:33:33 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 20:33:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8C86C91C04D; Tue, 3 Dec 2013 20:33:33 +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: Tue, 03 Dec 2013 20:33:34 -0000 Message-Id: <04878648b9b541b9a06a225042403d67@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: updated refs/heads/4.3 to b5527e1 Dialog list view: Fix toolbar/header positioning Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/42fe605a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/42fe605a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/42fe605a Branch: refs/heads/4.3 Commit: 42fe605afe011b36d1578aa96efddbee53488cdc Parents: 97d62d2 Author: Brian Federle Authored: Tue Dec 3 12:30:59 2013 -0800 Committer: Brian Federle Committed: Tue Dec 3 12:30:59 2013 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/42fe605a/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 50f2471..96196a0 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7507,16 +7507,16 @@ div.detail-group td.view-all div.view-all div.end { } .ui-dialog .list-view .toolbar { - top: 33px; - width: 824px; + top: 50px; + width: 854px; } div.panel.ui-dialog div.list-view div.fixed-header { - top: 42px; - left: 20px; + top: 55px; + left: 35px; width: 759px; height: 49px; - background-color: #EAECEF; + background-color: #FFFFFF; margin: 0; z-index: 1; }