From 534cc4a85953fa85b7e12c1dd6d26fb4e097ad1c Mon Sep 17 00:00:00 2001 From: pete Date: Sun, 1 Mar 2009 00:39:45 +0000 Subject: input/longtext and remove editor link layout improved git-svn-id: https://code.elgg.org/elgg/trunk@3003 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 3b7180af5..ffa4b14dc 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1418,9 +1418,6 @@ table.search_gallery { .contentIntro .enableallplugins { margin-left:10px; } -.contentIntro .disableallplugins { - margin-left:20px; -} .contentIntro .enableallplugins, .not-active .admin_plugin_enable_disable a { font: 12px/100% Arial, Helvetica, sans-serif; @@ -2368,6 +2365,12 @@ h3.settings { .mceLayout { width:683px; } +p.longtext_editarea { + margin:0 !important; +} +.toggle_editor_container { + margin:0 0 15px 0; +} /* add/remove longtext tinyMCE editor */ a.toggle_editor { display:block; -- cgit v1.2.3