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/db2033d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/db2033d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/db2033d2 Branch: refs/heads/javelin Commit: db2033d2e683ea5a2a398291cf2d7728a5be27b0 Parents: c6110a8 Author: Brian Federle <[email protected]> Authored: Tue Jan 8 11:27:12 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Tue Jan 8 12:10:15 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/db2033d2/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e1c9c86..58563a6 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; }
