mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Move font preview below the font selection
This commit is contained in:
parent
63160bf5bf
commit
d4f034606c
1 changed files with 10 additions and 10 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue