mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
Make SEO info, header/footer text, and some other fields full width #2516
This commit is contained in:
parent
f980ea58c6
commit
3aa0d38a67
9 changed files with 31 additions and 30 deletions
|
|
@ -34,8 +34,8 @@
|
|||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="sitelock_message">{$lang->sitelock_message}</label>
|
||||
<div class="x_controls" style="margin-right:14px">
|
||||
<textarea name="sitelock_message" id="sitelock_message" rows="6" style="width:100%;">{$sitelock_message}</textarea>
|
||||
<div class="x_controls">
|
||||
<textarea name="sitelock_message" id="sitelock_message" rows="6" class="x_full-width">{$sitelock_message}</textarea>
|
||||
<span class="x_help-block">{$lang->sitelock_message_help}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue