You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ml...@apache.org on 2013/01/10 01:59:34 UTC

[21/50] [abbrv] git commit: List view UI: Disable overflow scrolling

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/resizevolume
Commit: db2033d2e683ea5a2a398291cf2d7728a5be27b0
Parents: c6110a8
Author: Brian Federle <br...@citrix.com>
Authored: Tue Jan 8 11:27:12 2013 -0800
Committer: Brian Federle <br...@citrix.com>
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;
 }