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 0B0BA101F7 for ; Thu, 18 Apr 2013 22:19:07 +0000 (UTC) Received: (qmail 38405 invoked by uid 500); 18 Apr 2013 22:19:00 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 38291 invoked by uid 500); 18 Apr 2013 22:19:00 -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 37732 invoked by uid 99); 18 Apr 2013 22:18: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, 18 Apr 2013 22:18:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5F29632426E; Thu, 18 Apr 2013 22:18: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, 18 Apr 2013 22:19:26 -0000 Message-Id: <90edb908244145d690ac988075013dfb@git.apache.org> In-Reply-To: <9047d2c28a6d414db8183e3cc68ab5ac@git.apache.org> References: <9047d2c28a6d414db8183e3cc68ab5ac@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/31] git commit: updated refs/heads/ui-mixed-zone-management to e044303 Dashboard UI: Fix unwanted line breaks on event/alert text Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d51d596b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d51d596b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d51d596b Branch: refs/heads/ui-mixed-zone-management Commit: d51d596baa35755c65ea72925bf9d3c36808ed8d Parents: 320cad3 Author: Brian Federle Authored: Thu Apr 18 15:15:24 2013 -0700 Committer: Brian Federle Committed: Thu Apr 18 15:15:24 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d51d596b/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 2b6d497..18d86b7 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4372,6 +4372,17 @@ Dialogs*/ display: block; clear: both; font-size: 11px; + float: left; + height: 10px; + max-width: 287px; + margin-top: 1px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.dashboard.admin .dashboard-container.sub.alerts ul li p br { + display: none; } /*** User*/