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 6BFFC102FC for ; Tue, 25 Nov 2014 14:51:38 +0000 (UTC) Received: (qmail 46933 invoked by uid 500); 25 Nov 2014 14:51:37 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 46583 invoked by uid 500); 25 Nov 2014 14:51: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 46385 invoked by uid 99); 25 Nov 2014 14:51: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; Tue, 25 Nov 2014 14:51:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 294F0A19802; Tue, 25 Nov 2014 14:51:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Tue, 25 Nov 2014 14:51:43 -0000 Message-Id: <913ad10316c34929950f431776785c66@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/18] git commit: updated refs/heads/4.3 to b8a28df CLOUDSTACK-7837: [UI] Make the Source CIDR column wide enough to fit the CIDR value without ellipsizing Signed-off-by: Rajani Karuturi (cherry picked from commit 6490694231cb1184011b8504cb118ba73fe6cdc1) Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0b317ea0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0b317ea0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0b317ea0 Branch: refs/heads/4.3 Commit: 0b317ea06d5cf7c9757c08b09708f4d1ddc5c5af Parents: c6e2166 Author: Mihaela Stoica Authored: Tue Nov 4 11:35:57 2014 +0000 Committer: Rohit Yadav Committed: Tue Nov 25 18:34:18 2014 +0530 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0b317ea0/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 14bd624..4ee6916 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7817,7 +7817,7 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal .multi-edit .data .data-body .data-item > table tbody tr td span { overflow: hidden; - max-width: 78px; + max-width: 90%; display: block; float: left; text-overflow: ellipsis; @@ -7975,6 +7975,17 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal font-size: 10px; } +/* special case for 'Source CIDR' column - make it wide enough to fit a CIDR without ellipsizing*/ +.detail-view .multi-edit table tr th.cidrlist, +.detail-view .multi-edit table tr td.cidrlist { + min-width: 112px !important; + max-width: 112px !important; +} +.detail-view .multi-edit td.cidrlist input { + width: 85%; +} + + /** Header fields*/ .multi-edit .header-fields { position: relative;