Updated Branches: refs/heads/ui-quick-view-v2 2f1dde83b -> 2c6cc1a28
List view UI: Disable overflow scrolling Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2c6cc1a2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2c6cc1a2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2c6cc1a2 Branch: refs/heads/ui-quick-view-v2 Commit: 2c6cc1a283fd6f9dcdc5a02b07c5ecb2df90a3db Parents: 2f1dde8 Author: Brian Federle <[email protected]> Authored: Tue Jan 8 11:26:32 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Tue Jan 8 11:26:32 2013 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2c6cc1a2/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index d984b57..1d00df1 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -452,11 +452,6 @@ div.list-view table tbody td span { white-space: nowrap; } -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 { margin: 0 9px 0 0; }
