Fix region selector popup

This commit is contained in:
Brian Federle 2013-10-29 11:24:42 -07:00
parent 8a6694b396
commit 896f68b927

View File

@ -2203,7 +2203,6 @@ div.detail-group.actions td {
width: 100%; width: 100%;
height: 117px; height: 117px;
background: url(../images/overlay-pattern.png) repeat 0, #1B5070 url(../images/header-gradient.png) no-repeat center; background: url(../images/overlay-pattern.png) repeat 0, #1B5070 url(../images/header-gradient.png) no-repeat center;
z-index: 100;
background-size: auto, cover; background-size: auto, cover;
position: relative; position: relative;
} }
@ -11582,12 +11581,12 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
width: 318px; width: 318px;
background: url(../images/bg-notifications.png) center; background: url(../images/bg-notifications.png) center;
height: 372px; height: 372px;
/*+placement:shift 321px 49px;*/ /*+placement:shift 185px 49px;*/
position: relative; position: relative;
left: 321px; left: 185px;
top: 49px; top: 49px;
position: absolute; position: absolute;
z-index: 1000; z-index: 5500;
} }
.region-selector h2 { .region-selector h2 {