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 18F18101D5 for ; Thu, 18 Apr 2013 22:18:38 +0000 (UTC) Received: (qmail 36239 invoked by uid 500); 18 Apr 2013 22:18:37 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 36216 invoked by uid 500); 18 Apr 2013 22:18:37 -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 36204 invoked by uid 99); 18 Apr 2013 22:18:37 -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:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 78CDE32421A; Thu, 18 Apr 2013 22:18:37 +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:18:37 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: updated refs/heads/master to 977162b Updated Branches: refs/heads/master 320cad380 -> 977162b9f 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/master 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*/