From b21f8bd3ef368563f2debf4e0debfb319ce763ea Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 27 May 2014 14:08:36 -0400 Subject: [PATCH] Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4 --- skins/larry/ui.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/larry/ui.js b/skins/larry/ui.js index c85c372..5ae3962 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -527,7 +527,7 @@ h = body.parent().height() - 8; body.width(w).height(h); - $('#composebodycontainer > div').width(w+8).css('margin-top', '1px'); + $('#composebodycontainer > div').width(w+8); $('#composebody_ifr').height(h + 4 - $('div.mce-toolbar').height()); $('#googie_edit_layer').height(h - 8); // $('#composebodycontainer')[(btns ? 'addClass' : 'removeClass')]('buttons'); -- Gitblit v1.9.1