From 2dc5ddcd0b55ebe2a36e72362c0b1457dbc8a6cb Mon Sep 17 00:00:00 2001 From: "marcelo.cuiza" Date: Mon, 23 Mar 2015 12:48:05 -0400 Subject: [PATCH] PM-1919 (Old Designer) No se pueden acceder en Internet Explorer a las opciones (Upload File,pmVariablePicker,pmGrids) en el editor de Templates se restablecio el css correspondiente a una clase, que fue modifica anteriormente para la resolucion de otro bug. --- .../tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css b/gulliver/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css index 5ced51ca7..a50d4fc57 100644 --- a/gulliver/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css +++ b/gulliver/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css @@ -4,7 +4,7 @@ .clearlooks2, .clearlooks2 div, .clearlooks2 span, .clearlooks2 a {vertical-align:baseline; text-align:left; position:absolute; border:0; padding:0; margin:0; background:transparent; font-family:Arial,Verdana; font-size:11px; color:#000; text-decoration:none; font-weight:normal; width:auto; height:auto; overflow:hidden; display:block} /* General */ -.clearlooks2 {position:fixed !important; direction:ltr; top:20px !important;height:552px !important;} +.clearlooks2 {position:absolute; direction:ltr} .clearlooks2 .mceWrapper {position:static} .mceEventBlocker {position:fixed; left:0; top:0; background:url(img/horizontal.gif) no-repeat 0 -75px; width:100%; height:100%} .clearlooks2 .mcePlaceHolder {border:1px solid #000; background:#888; top:0; left:0; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50)}