Region selector UI: Fix overlap issue with other dialogs Remove z-index from region select button, to prevent overlap with other dialogs.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1f3a20cd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1f3a20cd Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1f3a20cd Branch: refs/heads/vmsync Commit: 1f3a20cde7f057d5c2d7480502b5d435fc2abd7c Parents: 6eb404e Author: Brian Federle <brian.fede...@citrix.com> Authored: Tue Jul 2 13:31:28 2013 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Tue Jul 2 13:31:28 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1f3a20cd/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e4459a1..50a36f0 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -11624,7 +11624,6 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it /*Regions*/ .region-switcher { display: inline-block; - z-index: 2002; position: relative; background: url(../images/bg-gradients.png) repeat-x 0px -867px; border: 1px solid #5E5E5E;