Cosmetic issues.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12466 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-26 07:43:33 +00:00
parent b8af606fdf
commit 92a712702a
5 changed files with 10 additions and 8 deletions

View file

@ -107,7 +107,8 @@ body>.x,
.x_modal .x_modal-body{background:#fff;min-height:50px}
.x .x_control-group{padding-top:8px;margin-bottom:10px;border-top:1px dotted #ddd;clear:both}
.x .x_control-group:before{content:"";display:block;clear:both}
.x .x_control-group:first-child{border-top:0;padding-top:0}
.x .x_control-group:first-child,
.x .x_control-group:first-of-type{border-top:0;padding-top:0}
.x .x_control-group select{width:auto;min-width:220px}
.x input[type="text"],
.x input[type="password"],
@ -155,6 +156,7 @@ body>.x,
.x .section>h1>.snToggle.x_icon-chevron-up{background-position:-279px -112px}
.x .section>h1>.snToggle.x_icon-chevron-down{background-position:-303px -111px}
.x .section>h2{position:relative;border-bottom:1px dotted #ddd}
.x .section>h2+.x_control-group{border-top:0}
.x .section.collapse>*{display:none}
.x .section.collapse>h1{display:block}
.x .center{text-align:center}

File diff suppressed because one or more lines are too long

View file

@ -837,8 +837,8 @@
<value xml:lang="en"><![CDATA[New email address]]></value>
</item>
<item name="cmd_set_design_info">
<value xml:lang="ko"><![CDATA[디자인 설정]]></value>
<value xml:lang="en"><![CDATA[Desgin Setting]]></value>
<value xml:lang="ko"><![CDATA[디자인]]></value>
<value xml:lang="en"><![CDATA[Desgin]]></value>
</item>
<item name="cmd_login">
<value xml:lang="ko"><![CDATA[로그인]]></value>

View file

@ -5,8 +5,8 @@
<input type="hidden" name="act" value="procMemberAdminInsertDefaultConfig" />
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', $act)}" />
<div class="x_control-group">
<p class="x_control-label">{$lang->enable_join}</p>
<div class="x_controls">
<div class="x_control-label">{$lang->enable_join}</div>
<div class="x_controls" style="padding-top:3px">
<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>

View file

@ -14,8 +14,8 @@
<input type="hidden" name="success_return_url" value="{getUrl('act', $act)}" />
<input type="hidden" name="agreement" value="{$config->agreement}" />
<div class="x_control-group">
<p class="x_control-label">{$lang->enable_confirm}</p>
<div class="x_controls">
<div class="x_control-label">{$lang->enable_confirm}</div>
<div class="x_controls" style="padding-top:3px">
<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>