diff options
author | Thomas Lange <code@nerdmind.de> | 2017-05-31 15:44:11 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-05-31 15:44:11 +0200 |
commit | 816959215dff92ee0af295be6d801b4cfa150269 (patch) | |
tree | 30cb09dbdeadce4524f380064a778006d890a8ca /template/admin/html/database.php | |
parent | ee982c2ee760d6aeafedcb4343d1bf259ca1fe87 (diff) | |
download | blog-816959215dff92ee0af295be6d801b4cfa150269.tar.gz blog-816959215dff92ee0af295be6d801b4cfa150269.tar.xz blog-816959215dff92ee0af295be6d801b4cfa150269.zip |
Two changes have been made in this commit:
+ Update [core]: Parsedown has been updated to version 1.6.2.
+ Optimization [admin template]: The markdown buttons have been placed directly above the content editor.
+ Optimization [admin template]: The content editor has been visually embellished (padding from the parent was removed).
Diffstat (limited to 'template/admin/html/database.php')
-rw-r--r-- | template/admin/html/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/database.php b/template/admin/html/database.php index 8e69459..69dce0a 100644 --- a/template/admin/html/database.php +++ b/template/admin/html/database.php @@ -10,7 +10,7 @@ <form action="" method="POST"> <input type="hidden" name="token" value="<?=$FORM['TOKEN']?>" /> - <div class="flex flex-padding"> + <div class="flex"> <textarea id="content-editor" placeholder="<?=$Language->template('database_warning')?>" name="command"><?=escapeHTML($FORM['COMMAND'])?></textarea> </div> |