Dashboard: Fix wrapping in IE9
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/81d078fb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/81d078fb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/81d078fb Branch: refs/heads/ui-restyle Commit: 81d078fb7910276f53dbf4facee0639e8f84d2ff Parents: 81f1a0b Author: Brian Federle <[email protected]> Authored: Wed Oct 16 14:44:43 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Wed Oct 16 14:44:43 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/81d078fb/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index d124d1e..b5222cb 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4446,7 +4446,7 @@ Dialogs*/ /**** Alerts*/ .dashboard.admin .dashboard-container.sub.alerts { float: left; - margin: 0 17px 0 0; + margin: 0 12px 0 0; height: 313px; overflow: hidden; position: relative;
