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 1149ED5BF for ; Tue, 16 Oct 2012 20:47:46 +0000 (UTC) Received: (qmail 56687 invoked by uid 500); 16 Oct 2012 20:47:45 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 56660 invoked by uid 500); 16 Oct 2012 20:47:45 -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 56652 invoked by uid 99); 16 Oct 2012 20:47:45 -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, 16 Oct 2012 20:47:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A41AB47ACE; Tue, 16 Oct 2012 20:47:45 +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: IE7 fixes for quick view Message-Id: <20121016204745.A41AB47ACE@tyr.zones.apache.org> Date: Tue, 16 Oct 2012 20:47:45 +0000 (UTC) Updated Branches: refs/heads/master aa5c0f832 -> 7ba279597 IE7 fixes for quick view Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7ba27959 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7ba27959 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7ba27959 Branch: refs/heads/master Commit: 7ba279597b47a95c14acccaa63dc9afa5c9f30aa Parents: aa5c0f8 Author: Brian Federle Authored: Tue Oct 16 13:47:03 2012 -0700 Committer: Brian Federle Committed: Tue Oct 16 13:47:37 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3-ie7.css | 48 ++++++++++++++++++++++++++++++++++++-- 1 files changed, 45 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7ba27959/ui/css/cloudstack3-ie7.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3-ie7.css b/ui/css/cloudstack3-ie7.css index 90b823a..450deac 100644 --- a/ui/css/cloudstack3-ie7.css +++ b/ui/css/cloudstack3-ie7.css @@ -32,12 +32,13 @@ div.toolbar div.text-search div.search-bar input { float: left; border: none; margin-top: -1px; - margin-right:0px; - margin-bottom:0px; - margin-left:-12px; + margin-right: 0px; + margin-bottom: 0px; + margin-left: -12px; width: 97%; height: 67%; } + div.panel div.list-view div.fixed-header { top: expression(this.offsetParent.scrollTop + 30); } @@ -162,3 +163,44 @@ table th { top: 5px; } +.quick-view-tooltip div.title > span.title { +} + +.quick-view-tooltip div.title .icon { + top: -15px; +} + +.quick-view-tooltip table { +} + +.quick-view-tooltip .main-groups { + float: left; + left: 0px; + margin-top: 7px; +} + +.quick-view-tooltip .actions { + width: 426px !important; + float: left; +} + +.quick-view-tooltip .action { + float: left !important; + width: 54px !important; + margin-left: 7px !important; +} + +.quick-view-tooltip .action .label { + float: left; + max-width: 20px; +} + +.quick-view-tooltip .action .icon { + float: left; + height: 7px; + left: 0px; +} + +.list-view td.quick-view { +} +