You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/25 00:53:03 UTC

[4/5] git commit: updated refs/heads/master to 3734af1

Quickview: Fix positioning


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f185eac4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f185eac4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f185eac4

Branch: refs/heads/master
Commit: f185eac4b555fffe709902f18563881634de6ed7
Parents: 1b7f510
Author: Brian Federle <br...@citrix.com>
Authored: Thu Oct 24 15:52:34 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Oct 24 15:52:54 2013 -0700

----------------------------------------------------------------------
 ui/scripts/ui/widgets/listView.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f185eac4/ui/scripts/ui/widgets/listView.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui/widgets/listView.js b/ui/scripts/ui/widgets/listView.js
index 36baa95..21d03b1 100644
--- a/ui/scripts/ui/widgets/listView.js
+++ b/ui/scripts/ui/widgets/listView.js
@@ -1387,8 +1387,7 @@
                         });
                         $quickViewTooltip.css({
                             position: 'absolute',
-                            left: $tr.width() + ($quickViewTooltip.width() -
-                                ($quickViewTooltip.width() / 2)),
+                            left: $tr.offset().left + $tr.width() - $quickViewTooltip.width(),
                             top: $quickView.offset().top - 50,
                             zIndex: $tr.closest('.panel').zIndex() + 1
                         });