aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/tinymce/views/default/input/longtext.php2
-rw-r--r--mod/tinymce/views/default/tinymce/css.php3
-rw-r--r--views/default/css.php3
3 files changed, 7 insertions, 1 deletions
diff --git a/mod/tinymce/views/default/input/longtext.php b/mod/tinymce/views/default/input/longtext.php
index 1ab7df1ff..59fa7ca73 100644
--- a/mod/tinymce/views/default/input/longtext.php
+++ b/mod/tinymce/views/default/input/longtext.php
@@ -87,7 +87,7 @@ else
<!-- show the textarea -->
<textarea class="input_textarea" name="<?php echo $vars['internalname']; ?>" <?php echo $vars['js']; ?>><?php echo htmlentities($vars['value'], null, 'UTF-8'); ?></textarea>
-<div class="toggle_editor_container"><a class="toggle_editor" href="javascript:toggleEditor('<?php echo $vars['internalname']; ?>');"><?php echo elgg_echo('tinymce:remove'); ?></a></div>
+<div class="toggle_editor_container"><a class="toggle_editor small link" href="javascript:toggleEditor('<?php echo $vars['internalname']; ?>');"><?php echo elgg_echo('tinymce:remove'); ?></a></div>
<script type="text/javascript">
$(document).ready(function() {
diff --git a/mod/tinymce/views/default/tinymce/css.php b/mod/tinymce/views/default/tinymce/css.php
index b524040e5..238439a4b 100644
--- a/mod/tinymce/views/default/tinymce/css.php
+++ b/mod/tinymce/views/default/tinymce/css.php
@@ -44,4 +44,7 @@ border: 1px solid #CCC;
#elgg_page_contents .mceIframeContainer{}
.wp_themeSkin .mceButtonDisabled {
border-color: #ccc !important;
+}
+.toggle_editor {
+ float:right;
} \ No newline at end of file
diff --git a/views/default/css.php b/views/default/css.php
index 0ce9d0dde..287fe3100 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -1117,6 +1117,9 @@ select.styled .select_option {
height: 200px;
width:718px;
}
+.longtext_editarea {
+ margin:0;
+}
input[type="checkbox"] {
margin:0 3px 0 0;
padding:0;