mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
Cosmetic issues.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12467 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
92a712702a
commit
9e46f8687e
4 changed files with 6 additions and 4 deletions
|
|
@ -87,7 +87,9 @@ body>.x,
|
|||
.x label.checked,
|
||||
.x input:checked+label,
|
||||
.x .x_form-horizontal .x_control-label{font-weight:bold;word-break:keep-all}
|
||||
.x .x_form-horizontal .x_controls>label{padding-top:5px}
|
||||
.x .x_form-horizontal .x_control-label{width:180px}
|
||||
.x .x_form-horizontal .x_controls{margin-left:200px}
|
||||
.x .x_form-horizontal .x_controls label{padding-top:5px}
|
||||
.x input[type="radio"]+label,
|
||||
.x input[type="checkbox"]+label{font-weight:normal}
|
||||
.x label.x_inline{margin-right:16px}
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -6,7 +6,7 @@
|
|||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', $act)}" />
|
||||
<div class="x_control-group">
|
||||
<div class="x_control-label">{$lang->enable_join}</div>
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
<div class="x_controls">
|
||||
<label class="x_inline" for="enable_join_yes"><input type="radio" name="enable_join" id="enable_join_yes" value="Y" checked="checked"|cond="$config->enable_join == 'Y'" /> {$lang->cmd_yes}</label>
|
||||
<label class="x_inline" for="enable_join_no"><input type="radio" name="enable_join" id="enable_join_no" value="N" checked="checked"|cond="$config->enable_join != 'Y'" /> {$lang->cmd_no}</label>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<input type="hidden" name="agreement" value="{$config->agreement}" />
|
||||
<div class="x_control-group">
|
||||
<div class="x_control-label">{$lang->enable_confirm}</div>
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
<div class="x_controls">
|
||||
<label class="x_inline" for="enable_confirm_yes"><input type="radio" name="enable_confirm" id="enable_confirm_yes" value="Y" checked="checked"|cond="$config->enable_confirm == 'Y'" /> {$lang->cmd_yes}</label>
|
||||
<label class="x_inline" for="enable_confirm_no"><input type="radio" name="enable_confirm" id="enable_confirm_no" value="N" checked="checked"|cond="$config->enable_confirm != 'Y'"/> {$lang->cmd_no}</label>
|
||||
<p class="x_help-block">{$lang->about_enable_confirm}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue