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 5EA9010877 for ; Tue, 29 Oct 2013 23:08:51 +0000 (UTC) Received: (qmail 60935 invoked by uid 500); 29 Oct 2013 23:08:51 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 60890 invoked by uid 500); 29 Oct 2013 23:08:51 -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 60883 invoked by uid 99); 29 Oct 2013 23:08:51 -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, 29 Oct 2013 23:08:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E8FDF88BEBE; Tue, 29 Oct 2013 23:08:50 +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 Message-Id: <111cc470232347d9879c34eccff9deef@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 088ba84 Date: Tue, 29 Oct 2013 23:08:50 +0000 (UTC) Updated Branches: refs/heads/master 3f2a14b8b -> 088ba84e8 Multi-edit: Fix wrapping on table headers Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/088ba84e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/088ba84e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/088ba84e Branch: refs/heads/master Commit: 088ba84e8484fc4be579e20d0424a127f5835acf Parents: 3f2a14b Author: Brian Federle Authored: Tue Oct 29 16:08:38 2013 -0700 Committer: Brian Federle Committed: Tue Oct 29 16:08:38 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/088ba84e/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e0859cd..a75027a 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7535,6 +7535,9 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t .multi-edit table th { min-width: 88px; + white-space: nowrap; + text-align: center; + text-indent: 0; } .detail-group .multi-edit table td {