Index: admin_templates/incs/cms.css =================================================================== --- admin_templates/incs/cms.css (revision 15437) +++ admin_templates/incs/cms.css (working copy) @@ -31,7 +31,7 @@ .cms-section-properties-btn, .cms-edit-btn, .cms-edit-block-btn, .cms-edit-design-btn { width: auto; position: absolute; - z-index: 99; + z-index: 1000099; } .cms-edit-btn, .cms-edit-block-btn, .cms-edit-design-btn { @@ -128,7 +128,7 @@ div.cms-layout-btn-container { position: absolute; display: none; - z-index: 99; + z-index: 1000099; } .cms-save-layout-btn, .cms-cancel-layout-btn { @@ -247,7 +247,7 @@ position: fixed; width: 630px; top: 0px; - z-index: 100; + z-index: 1000100; } .toolbar-button, .toolbar-button-disabled, .toolbar-button-over { @@ -310,7 +310,7 @@ #cms-editing-notice { width: 230px; position: fixed; - z-index: 101; + z-index: 1000101; margin-top: 50px; margin-left: 10px; @@ -347,7 +347,7 @@ position: fixed; margin-left: 260px; margin-top: 30px; - z-index: 102; + z-index: 1000102; display: none; } Index: admin_templates/js/jquery/thickbox/thickbox.css =================================================================== --- admin_templates/js/jquery/thickbox/thickbox.css (revision 15437) +++ admin_templates/js/jquery/thickbox/thickbox.css (working copy) @@ -27,7 +27,7 @@ /* ----------------------------------------------------------------------------------------------------------------*/ #TB_overlay { position: fixed; - z-index: 100; + z-index: 1000100; top: 0px; left: 0px; height:100%; @@ -50,7 +50,7 @@ #TB_window, .TB_window { background: #ffffff; - z-index: 102; + z-index: 1000102; color:#000000; display:none; border: 4px solid #525252; @@ -131,7 +131,7 @@ display:none; height:13px; width:208px; - z-index: 103; + z-index: 1000103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ @@ -143,7 +143,7 @@ } #TB_HideSelect { - z-index: 99; + z-index: 1000099; position:fixed; top: 0; left: 0; @@ -171,7 +171,7 @@ /* jQuery UI CSS */ /* .ui-resizable { position: relative;} */ -.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 1099999; display: block;} .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; } Index: admin_templates/js/jquery/thickbox/thickbox.js =================================================================== --- admin_templates/js/jquery/thickbox/thickbox.js (revision 15437) +++ admin_templates/js/jquery/thickbox/thickbox.js (working copy) @@ -714,13 +714,13 @@ } TB.updateZIndex = function () { - // #TB_overlay - 100 - // .TB_window - 102 [ok] - // #TB_load - 103 [ok] - // #TB_HideSelect - 99 + // #TB_overlay - 1000100 + // .TB_window - 1000102 [ok] + // #TB_load - 1000103 [ok] + // #TB_HideSelect - 1000099 var n_nesting = TB.windows.length - 1; - var $window_index = 102 + n_nesting + TB.windows.length; + var $window_index = 1000102 + n_nesting + TB.windows.length; // alert('nesting ' + n_nesting + ', window index ' + $window_index); Index: kernel/utility/debugger.php =================================================================== --- kernel/utility/debugger.php (revision 15529) +++ kernel/utility/debugger.php (working copy) @@ -1564,7 +1564,7 @@ // otherwise it has no effect ?>
- +