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 895E4D744 for ; Fri, 2 Nov 2012 19:38:32 +0000 (UTC) Received: (qmail 72997 invoked by uid 500); 2 Nov 2012 19:38:32 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 72971 invoked by uid 500); 2 Nov 2012 19:38:32 -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 72961 invoked by uid 99); 2 Nov 2012 19:38:32 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 19:38:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1D9DC522B8; Fri, 2 Nov 2012 19:38:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Multi-edit: fix alignment of table rows and header Message-Id: <20121102193832.1D9DC522B8@tyr.zones.apache.org> Date: Fri, 2 Nov 2012 19:38:32 +0000 (UTC) Updated Branches: refs/heads/master e8a7a8238 -> dfffa805b Multi-edit: fix alignment of table rows and header Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/dfffa805 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/dfffa805 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/dfffa805 Branch: refs/heads/master Commit: dfffa805bce1210d4ff58b874c1a08d3a5daa2f7 Parents: e8a7a82 Author: Brian Federle Authored: Fri Nov 2 12:37:35 2012 -0700 Committer: Brian Federle Committed: Fri Nov 2 12:38:23 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dfffa805/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 5465dbf..2676c19 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7181,6 +7181,10 @@ div.panel.ui-dialog div.list-view div.fixed-header { border-top: none; } +.multi-edit table th { + min-width: 120px; +} + .detail-group .multi-edit table td { border-left: 1px solid #CDCCCC; } @@ -7397,7 +7401,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { .multi-edit .data .data-body .data-item > table tbody tr td span { overflow-x: auto; overflow-y: hidden; - width: 70px; + max-width: 88px; display: block; float: left; } @@ -7410,6 +7414,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { } .multi-edit .data .data-body .data-item table tbody tr td.name span { + width: 53px; color: #4C5D78; font-weight: bold; }