Updated Branches: refs/heads/master caf1206b1 -> aa5c0f832
Fix scrollbars appearing on IE8 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/aa5c0f83 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/aa5c0f83 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/aa5c0f83 Branch: refs/heads/master Commit: aa5c0f8323a65f61b265ddadb97c69d21d3ea5fe Parents: caf1206 Author: Brian Federle <[email protected]> Authored: Tue Oct 16 13:26:30 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Oct 16 13:27:10 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/aa5c0f83/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 8616fe7..76cb36e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1357,7 +1357,7 @@ div.list-view td.state.off span { width: 400px; min-height: 100px; height: auto; - overflow: auto; + overflow: hidden; display: inline-block; /*+box-shadow:0px 7px 9px #676F76;*/ -moz-box-shadow: 0px 7px 9px #676F76;
