aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-01 00:39:45 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-01 00:39:45 +0000
commit534cc4a85953fa85b7e12c1dd6d26fb4e097ad1c (patch)
tree149875429b98844f2701a2e9c67aa41b4a100b42 /views/default/css.php
parent91a97937f785f013d6304478c1e4df88691c1193 (diff)
downloadelgg-534cc4a85953fa85b7e12c1dd6d26fb4e097ad1c.tar.gz
elgg-534cc4a85953fa85b7e12c1dd6d26fb4e097ad1c.tar.bz2
input/longtext and remove editor link layout improved
git-svn-id: https://code.elgg.org/elgg/trunk@3003 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php9
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;