Index: branches/5.2.x/core/admin_templates/js/jquery/thickbox/thickbox.css =================================================================== diff -u -N -r14244 -r15530 --- branches/5.2.x/core/admin_templates/js/jquery/thickbox/thickbox.css (.../thickbox.css) (revision 14244) +++ branches/5.2.x/core/admin_templates/js/jquery/thickbox/thickbox.css (.../thickbox.css) (revision 15530) @@ -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; }