]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Update to longtext/tintMCE input box ui.
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 15 Mar 2010 14:09:58 +0000 (14:09 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 15 Mar 2010 14:09:58 +0000 (14:09 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@5405 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/tinymce/views/default/input/longtext.php
mod/tinymce/views/default/tinymce/css.php
views/default/css.php

index 1ab7df1ff4caa883259de6c7b71331d71e9a6838..59fa7ca73428859d14c2c88eaf2a12ba1405775d 100644 (file)
@@ -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() {
index b524040e55fbb686f4a854bc80bc3d100b9e6616..238439a4bb9f7542b92786aae3d397e71898f4bc 100644 (file)
@@ -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
index 0ce9d0dde2f6766fe1400688acdde1bad8f79ab4..287fe31007d2c27802026d4e477dd8f4ef7ca130 100644 (file)
@@ -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;