List view UI: Keep overflow row content in-line with mouse on hover
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d3ca6a8a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d3ca6a8a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d3ca6a8a Branch: refs/heads/ui-quick-view-v2 Commit: d3ca6a8a5749599b16c0a055a2748e08ab2f8395 Parents: 23e75eb Author: Brian Federle <[email protected]> Authored: Thu Dec 27 12:02:38 2012 -0800 Committer: Brian Federle <[email protected]> Committed: Thu Dec 27 12:02:38 2012 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d3ca6a8a/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 0478f4c..c3f4892 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -454,6 +454,7 @@ div.list-view table tbody td span { div.list-view table tbody td span:hover { overflow: auto; + margin-top: 4px; } div.list-view div.toolbar div.section-switcher div.section-select label {
