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 137CF1999C for ; Thu, 21 Apr 2016 07:27:16 +0000 (UTC) Received: (qmail 93233 invoked by uid 500); 21 Apr 2016 07:27:15 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 93161 invoked by uid 500); 21 Apr 2016 07:27:15 -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 93142 invoked by uid 99); 21 Apr 2016 07:27:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2016 07:27:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5518EDFB7C; Thu, 21 Apr 2016 07:27:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: koushik@apache.org To: commits@cloudstack.apache.org Date: Thu, 21 Apr 2016 07:27:15 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/6] git commit: updated refs/heads/master to 30cfeb4 Repository: cloudstack Updated Branches: refs/heads/master 339355594 -> 30cfeb49d CLOUDSTACK-9270: UI alignment gone bad in multiple places - VM Instance, Network, Egress rules Now it breaks into two lines once the word goes out of the box. Fixed the advanced search field issue. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7c7bee8b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7c7bee8b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7c7bee8b Branch: refs/heads/master Commit: 7c7bee8bbaab58aab6d0f9eaf3b8c60cf45866a1 Parents: e5ef933 Author: Nitin Kumar Maharana Authored: Wed Feb 3 01:09:36 2016 +0530 Committer: Nitin Kumar Maharana Committed: Wed Feb 3 01:09:36 2016 +0530 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7c7bee8b/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 753598d..a211a6e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -530,6 +530,7 @@ div.list-view table tbody td span { display: block; float: left; max-width: 89%; + word-break: break-all; word-wrap: break-word; text-indent: 0; margin-left: 12px; @@ -8293,6 +8294,16 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal font-weight: bold; } +.multi-edit-add-list div.form-container { + width: auto !important; + height: auto; + text-align: center; +} + +.multi-edit-add-list div.form-container div.name label { + display: inline; +} + .multi-edit .data .data-body { margin: auto auto auto 11px; overflow: hidden;