增加 resize 按钮高度

This commit is contained in:
fen
2013-10-21 12:20:04 +08:00
parent a49df58114
commit 6f9c585fcc
4 changed files with 13 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post);
<p>
<textarea style="height: <?php $options->editorSize(); ?>px" autocomplete="off" id="text" name="text" class="w-100 mono"><?php echo htmlspecialchars($post->text); ?></textarea>
<span class="resize"></span>
<span class="resize"><i></i></span>
</p>
<?php include 'file-upload.php'; ?>