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 75BF4107B6 for ; Thu, 10 Oct 2013 21:11:07 +0000 (UTC) Received: (qmail 35781 invoked by uid 500); 10 Oct 2013 21:11:06 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 35629 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 35219 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 B9DE79149A4; 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:01 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: updated refs/heads/ui-restyle to 09e4327 Updated Branches: refs/heads/ui-restyle f302c8685 -> 09e432765 Dialog: remove top default close button; add button area margin Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a46ba98c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a46ba98c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a46ba98c Branch: refs/heads/ui-restyle Commit: a46ba98c42e0071e6ee7c349d8ac4f2d65f9eaa8 Parents: f302c86 Author: Brian Federle Authored: Thu Oct 10 14:09:51 2013 -0700 Committer: Brian Federle Committed: Thu Oct 10 14:09:51 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/csui/_dialog.scss | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a46ba98c/ui/stylesheets/csui/_dialog.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_dialog.scss b/ui/stylesheets/csui/_dialog.scss index f3b708f..832fa43 100644 --- a/ui/stylesheets/csui/_dialog.scss +++ b/ui/stylesheets/csui/_dialog.scss @@ -67,4 +67,12 @@ position: absolute; top: 0px; background: rgba(#000, 0.5); +} + +.ui-icon.ui-icon-closethick { + display: none; +} + +.ui-dialog-buttonpane { + margin-top: 20px; } \ No newline at end of file