From e095e926c1462c78ff82f7e3d964dd83be5ec655 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 27 Nov 2011 14:13:57 +0530 Subject: [PATCH] styles for #popup_background is still needed for gis data editor --- themes/original/css/theme_right.css.php | 15 ++++++++++++++- themes/pmahomme/css/theme_right.css.php | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 1284ae12c1..2b30f3a030 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -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 */ diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 5d4c3f3d04..e47b4fd796 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -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 */