Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D95049FD0 for ; Mon, 25 Jun 2012 07:58:17 +0000 (UTC) Received: (qmail 51151 invoked by uid 500); 25 Jun 2012 07:58:17 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 51091 invoked by uid 500); 25 Jun 2012 07:58:17 -0000 Mailing-List: contact cloudstack-dev-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-dev@incubator.apache.org Received: (qmail 51072 invoked by uid 99); 25 Jun 2012 07:58:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 07:58:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pranav.saxena@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 07:58:10 +0000 X-IronPort-AV: E=Sophos;i="4.77,471,1336363200"; d="scan'208";a="199898691" Received: from ftlpmailmx02.citrite.net ([10.13.107.66]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 25 Jun 2012 03:57:48 -0400 Received: from pranav-VirtualBox.citrite.net (10.144.6.23) by FTLPMAILMX02.citrite.net (10.13.107.66) with Microsoft SMTP Server id 8.3.213.0; Mon, 25 Jun 2012 03:57:48 -0400 From: To: CC: Pranav Saxena Subject: [PATCH] CS-13738: IE compatibility issues -No data to show text Date: Mon, 25 Jun 2012 13:27:21 +0530 Message-ID: <1340611041-18443-1-git-send-email-pranav.saxena@citrix.com> X-Mailer: git-send-email 1.7.5.4 MIME-Version: 1.0 Content-Type: text/plain From: Pranav Saxena --- ui/css/cloudstack3-ie7.css | 2 +- ui/css/cloudstack3.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/css/cloudstack3-ie7.css b/ui/css/cloudstack3-ie7.css index f4f7ed7..5012daa 100644 --- a/ui/css/cloudstack3-ie7.css +++ b/ui/css/cloudstack3-ie7.css @@ -113,7 +113,7 @@ table th { width: auto; width: 88px; min-width: 88px; - font-size: 12px; + font-size: 11px; overflow: hidden; vertical-align: middle; } diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 3c20946..25ce542 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -111,7 +111,7 @@ table th { color: #495A76; clear: none; min-width: 88px; - font-size: 12px; + font-size: 11px; overflow: hidden; vertical-align: middle; } -- 1.7.5.4