mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12308 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
300e241ed8
commit
db95e36caf
12 changed files with 117 additions and 119 deletions
|
|
@ -12,8 +12,8 @@
|
|||
<div class="x_control-group">
|
||||
<label for="sample_code" class="x_control-label">{$lang->sample_code}</label>
|
||||
<div class="x_controls" style="margin-right:14px">
|
||||
<textarea id="sample_code" readonly style="width:100%;height:100px;cursor:text">{$sample_code}</textarea>
|
||||
<span class="x_help-block">{$lang->about_sample_code}</span>
|
||||
<textarea id="sample_code" readonly style="width:100%;height:100px;cursor:text;font-family:'Courier New', Courier, monospace">{$sample_code}</textarea>
|
||||
<p class="x_help-block">{$lang->about_sample_code}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
<select name="skin" id="skin">
|
||||
<option loop="$skin_list => $key, $val" value="{$key}" selected="selected"|cond="$config->skin == $key">{$val->title}</option>
|
||||
</select>
|
||||
<span class="x_help-block">{$lang->about_skin}</span>
|
||||
<p class="x_help-inline">{$lang->about_skin}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
|
|
@ -62,9 +62,9 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<section class="section" cond="$skin_info->extra_vars || $skin_info->colorset">
|
||||
<h1>{$lang->extra_vars}</h1>
|
||||
<div class="x_control-group" cond="$skin_info->colorset" class="colorset">
|
||||
<div class="x_control-group" cond="$skin_info->colorset">
|
||||
<label class="x_control-label">{$lang->colorset}</label>
|
||||
<div class="x_controls">
|
||||
<block loop="$skin_info->colorset => $key, $val">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue