From a647aee53df8491e5a2d65998996a3dfda12aa8b Mon Sep 17 00:00:00 2001 From: pete Date: Sun, 17 Aug 2008 18:12:55 +0000 Subject: force tinyMCE editor initial width for safari git-svn-id: https://code.elgg.org/elgg/trunk@1986 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'views/default') diff --git a/views/default/css.php b/views/default/css.php index 76df396e8..60bb2a441 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -2138,7 +2138,9 @@ a.toggle_customise_edit_panel:hover { display:none; } - - +/* force tinyMCE editor initial width for safari */ +.mceLayout { + width:683px; +} -- cgit v1.2.3