mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 11:32:12 +09:00
Apply monospace font to header/footer script textarea for better readability
This commit is contained in:
parent
f047e57521
commit
e05e39a32f
8 changed files with 17 additions and 16 deletions
|
|
@ -78,7 +78,7 @@
|
|||
<label class="x_control-label" for="lang_header_text">{$lang->header_text}</label>
|
||||
<div class="x_controls">
|
||||
{@$use_multilang_textarea=true}
|
||||
<textarea id="header_text" name="header_text" class="lang_code" rows="8" cols="42"></textarea>
|
||||
<textarea id="header_text" name="header_text" rows="8" cols="42" class="x_full-width x_code-font lang_code"></textarea>
|
||||
<label class="x_inline" for="header_text_delete"><input name="header_text_delete" id="header_text_delete" type="checkbox" value="Y" /> {$lang->cmd_delete}</label>
|
||||
<p class="x_help-block" style="vertical-align:top">{$lang->about_header_text}</p>
|
||||
</div>
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="lang_footer_text">{$lang->footer_text}</label>
|
||||
<div class="x_controls">
|
||||
<textarea id="footer_text" name="footer_text" class="lang_code" rows="8" cols="42"></textarea>
|
||||
<textarea id="footer_text" name="footer_text" rows="8" cols="42" class="x_full-width x_code-font lang_code"></textarea>
|
||||
<label class="x_inline" for="footer_text_delete"><input name="footer_text_delete" id="footer_text_delete" type="checkbox" value="Y" /> {$lang->cmd_delete}</label>
|
||||
<p class="x_help-block" style="vertical-align:top">{$lang->about_footer_text}</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue