UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12287 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-22 10:10:20 +00:00
parent d2bffa188b
commit 695693f66f
16 changed files with 47 additions and 72 deletions

View file

@ -18,11 +18,9 @@
<form action="" class="x_tab-pane <!--@if(!$use_in_page)-->x_active<!--@end--> item" id="lang_create">
<fieldset class="editMode">
<textarea loop="$lang_supported => $code, $name" class="{$code}" rows="1" cols="12" title="{$name}" style="margin-right:5px"></textarea>
<div class="x_clearfix">
<button type="reset" class="x_btn cancel">{$lang->cmd_cancel}</button>
<span class="x_pull-right">
<button type="submit" class="x_btn x_btn-primary save-useit">{$lang->use_after_save}</button>
</span>
<div class="x_clearfix btnArea">
<button type="reset" class="x_btn cancel x_pull-left">{$lang->cmd_cancel}</button>
<button type="submit" class="x_btn x_btn-primary save-useit">{$lang->use_after_save}</button>
</div>
</fieldset>
</form>

View file

@ -87,7 +87,7 @@
{@$group = $val->group}
</section>
<section class="section">
<h1>{$group}</h1>
<h2>{$group}</h2>
</block>
<div class="x_control-group">