Move font preview below the font selection

This commit is contained in:
Kijin Sung 2017-06-27 18:21:06 +09:00
parent 63160bf5bf
commit d4f034606c

View file

@ -120,16 +120,6 @@
<!--@end-->
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->guide_choose_font_preview}</label>
<div class="x_controls">
<textarea rows="4" cols="42" class="fontPreview" style="
font-family: {$editor_config->content_font};
font-size: {$editor_config->content_font_size ?: '13px'};
line-height: {$editor_config->content_line_height ?: '160%'};
width:90%" title="Font Preview">{$lang->font_preview}</textarea>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->guide_choose_font_body}</label>
<div class="x_controls">
@ -146,6 +136,16 @@
</label>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->guide_choose_font_preview}</label>
<div class="x_controls">
<textarea rows="4" cols="42" class="fontPreview" style="
font-family: {$editor_config->content_font};
font-size: {$editor_config->content_font_size ?: '13px'};
line-height: {$editor_config->content_line_height ?: '160%'};
width:90%" title="Font Preview">{$lang->font_preview}</textarea>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->guide_additional_css}</label>
<div class="x_controls">