@@ -11103,9 +11103,8 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
1110311103 -khtml-border-radius : 4px ;
1110411104 border-radius : 4px ;
1110511105 width : 281px ;
11106- background : # FFFFFF ;
11107- min-height : 275px ;
11108- max-height : 275px ;
11106+ background : # E4E4E4 ;
11107+ height : 327px ;
1110911108 /*+placement:shift 72px 49px;*/
1111011109 position : relative;
1111111110 left : 72px ;
@@ -11119,14 +11118,65 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
1111911118 box-shadow : 0px 3px 11px # 171717 ;
1112011119}
1112111120
11121+ .region-selector h2 {
11122+ color : # 283139 ;
11123+ text-shadow : 0px 1px 3px # FFFFFF ;
11124+ margin : 5px 0 12px ;
11125+ text-align : center;
11126+ letter-spacing : 1px ;
11127+ font-size : 18px ;
11128+ }
11129+
11130+ .region-selector .buttons {
11131+ width : 95% ;
11132+ height : 33px ;
11133+ margin : 5px auto 0 ;
11134+ }
11135+
11136+ .region-selector .buttons .button .close {
11137+ float : right;
11138+ cursor : pointer;
11139+ background : url(../ images/bg-gradients.png) 0px -270px ;
11140+ /*+border-radius:4px;*/
11141+ -moz-border-radius : 4px ;
11142+ -webkit-border-radius : 4px ;
11143+ -khtml-border-radius : 4px ;
11144+ border-radius : 4px ;
11145+ border : 1px solid # B1B1B1 ;
11146+ padding : 8px 17px 8px 18px ;
11147+ }
11148+
11149+ .region-selector .buttons .button .close : hover {
11150+ /*+box-shadow:inset 0px 2px 4px #525252;*/
11151+ -moz-box-shadow : inset 0px 2px 4px # 525252 ;
11152+ -webkit-box-shadow : inset 0px 2px 4px # 525252 ;
11153+ -o-box-shadow : inset 0px 2px 4px # 525252 ;
11154+ box-shadow : inset 0px 2px 4px # 525252 ;
11155+ }
11156+
11157+ .region-selector .buttons .button .close span {
11158+ color : # 636363 ;
11159+ /*+text-shadow:none;*/
11160+ -moz-text-shadow : none;
11161+ -webkit-text-shadow : none;
11162+ -o-text-shadow : none;
11163+ text-shadow : none;
11164+ }
11165+
11166+ .region-selector .buttons .button .close : hover span {
11167+ color : # 000000 ;
11168+ }
11169+
1112211170.region-selector ul {
11123- width : 97% ;
11171+ background : # FFFFFF ;
11172+ width : 94% ;
1112411173 /*+border-radius:4px;*/
1112511174 -moz-border-radius : 4px ;
1112611175 -webkit-border-radius : 4px ;
1112711176 -khtml-border-radius : 4px ;
1112811177 border-radius : 4px ;
11129- height : 253px ;
11178+ height : 237px ;
11179+ border : 1px solid # B7B7B7 ;
1113011180 overflow : auto;
1113111181 margin : auto;
1113211182 /*+box-shadow:inset 0px 0px 8px #A3A3A3;*/
@@ -11138,22 +11188,23 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
1113811188
1113911189.region-selector ul li {
1114011190 background : none;
11141- color : # 3E4B56 ;
11142- font-size : 14 px ;
11191+ color : # 415C72 ;
11192+ font-size : 13 px ;
1114311193 /*+text-shadow:none;*/
1114411194 -moz-text-shadow : none;
1114511195 -webkit-text-shadow : none;
1114611196 -o-text-shadow : none;
1114711197 text-shadow : none;
1114811198 text-indent : 14px ;
1114911199 cursor : pointer;
11150- border-bottom : 1px solid # C9C5C5 ;
11200+ border-bottom : 1px solid # CACACA ;
1115111201 width : 100% ;
11152- padding : 18 px 0 ;
11202+ padding : 15 px 0 ;
1115311203}
1115411204
11155- .region-selector ul li : hover {
11156- background : # E9E9E9 ;
11205+ .region-selector ul li : hover ,
11206+ .region-selector ul li .active {
11207+ background : # E9E9E9 url(../ images/bg-gradients.png) repeat-x 0px -31px ;
1115711208 /*+text-shadow:0px 1px #FFFFFF;*/
1115811209 -moz-text-shadow : 0px 1px # FFFFFF ;
1115911210 -webkit-text-shadow : 0px 1px # FFFFFF ;
0 commit comments