diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-17 18:12:55 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-17 18:12:55 +0000 |
commit | a647aee53df8491e5a2d65998996a3dfda12aa8b (patch) | |
tree | ce8f08018976b5bb8af2c46c08be0c2768838c1c /views | |
parent | c93b3d2d3a1068cef77eebc7600cdb022b2a5589 (diff) | |
download | elgg-a647aee53df8491e5a2d65998996a3dfda12aa8b.tar.gz elgg-a647aee53df8491e5a2d65998996a3dfda12aa8b.tar.bz2 |
force tinyMCE editor initial width for safari
git-svn-id: https://code.elgg.org/elgg/trunk@1986 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 6 |
1 files changed, 4 insertions, 2 deletions
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; +} |