Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C878D2EA for ; Tue, 25 Dec 2012 17:53:10 +0000 (UTC) Received: (qmail 73930 invoked by uid 500); 25 Dec 2012 17:53:09 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 73851 invoked by uid 500); 25 Dec 2012 17:53:09 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 73769 invoked by uid 99); 25 Dec 2012 17:53:09 -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, 25 Dec 2012 17:53:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 58774820166; Tue, 25 Dec 2012 17:53:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [4/6] git commit: CLOUDSTACK-771:Instance Table misalignment : when instance is created with long display name:Solved by using the concept of Ellipses in CSS Message-Id: <20121225175309.58774820166@tyr.zones.apache.org> Date: Tue, 25 Dec 2012 17:53:09 +0000 (UTC) CLOUDSTACK-771:Instance Table misalignment : when instance is created with long display name:Solved by using the concept of Ellipses in CSS Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7410de9c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7410de9c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7410de9c Branch: refs/heads/api_refactoring Commit: 7410de9cca9fe780739f1a811d338239b109149a Parents: 1f1a134 Author: Pranav Saxena Authored: Mon Dec 24 16:05:57 2012 +0530 Committer: Pranav Saxena Committed: Mon Dec 24 16:05:57 2012 +0530 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7410de9c/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index a1a68cb..72c98e6 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -441,13 +441,16 @@ body.login { div.list-view table tbody td span { display: block; float: left; - max-width: 210px; + max-width: 100px; word-wrap: break-word; text-indent: 0; margin-left: 12px; line-height: 15px; - overflow: auto; + overflow: hidden; overflow-x: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } div.list-view div.toolbar div.section-switcher div.section-select label {