From 7ba279597b47a95c14acccaa63dc9afa5c9f30aa Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 16 Oct 2012 13:47:03 -0700 Subject: [PATCH] IE7 fixes for quick view --- ui/css/cloudstack3-ie7.css | 48 +++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/ui/css/cloudstack3-ie7.css b/ui/css/cloudstack3-ie7.css index 90b823a4c0a..450deac96d3 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 { +} +