styles for #popup_background is still needed for gis data editor

This commit is contained in:
Madhura Jayaratne 2011-11-27 14:13:57 +05:30
parent 3dce618b7b
commit e095e926c1
2 changed files with 28 additions and 2 deletions

View File

@ -1618,7 +1618,7 @@ a.close_gis_editor {
display: none;
position: fixed;
_position: absolute; /* hack for IE */
z-index: 101;
z-index: 1001;
overflow-y: auto;
overflow-x: hidden;
}
@ -1645,6 +1645,19 @@ a.close_gis_editor {
width: 75px;
}
#popup_background {
display: none;
position: fixed;
_position: absolute; /* hack for IE6 */
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
z-index: 1000;
overflow: hidden;
}
/**
* ENUM/SET editor styles
*/

View File

@ -1999,7 +1999,7 @@ a.close_gis_editor {
display: none;
position: fixed;
_position: absolute; /* hack for IE */
z-index: 101;
z-index: 1001;
overflow-y: auto;
overflow-x: hidden;
}
@ -2026,6 +2026,19 @@ a.close_gis_editor {
width: 75px;
}
#popup_background {
display: none;
position: fixed;
_position: absolute; /* hack for IE6 */
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
z-index: 1000;
overflow: hidden;
}
/**
* ENUM/SET editor styles
*/