diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 9 |
1 files changed, 6 insertions, 3 deletions
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; |