mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Select UI fix. board_insert.html UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12226 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2cb9487ba1
commit
d139d0abd5
18 changed files with 47 additions and 46 deletions
|
|
@ -83,7 +83,7 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="menuNameList">{$lang->module}</label>
|
||||
<div class="x_controls">
|
||||
<select name="menu_name" id="menuNameList" style="width:220px">
|
||||
<select name="menu_name" id="menuNameList">
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<div class="x_control-group">
|
||||
<label for="change_lang_type" class="x_control-label">{$lang->default_lang}</label>
|
||||
<div class="x_controls">
|
||||
<select name="change_lang_type" id="change_lang_type" style="width:220px">
|
||||
<select name="change_lang_type" id="change_lang_type">
|
||||
<option value="{$key}" selected="selected"|cond="$key==$selected_lang" loop="$lang_supported=>$key,$val">{$val}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ body>.x,
|
|||
.x label,
|
||||
.x input,
|
||||
.x button{line-height:16px}
|
||||
.x select{width:auto;padding:0;height:26px;line-height:26px}
|
||||
.x select{padding:0;height:26px;line-height:26px}
|
||||
.x select[multiple]{height:auto}
|
||||
.x textarea{vertical-align:top}
|
||||
.x .x_tab-content{overflow:visible}
|
||||
|
|
@ -135,6 +135,7 @@ body>.x,
|
|||
.x .section>h2{position:relative;border-bottom:1px dotted #ddd}
|
||||
.x .center{text-align:center}
|
||||
.x .search{margin:20px 0}
|
||||
.x .search select{width:auto}
|
||||
.x .search>input[type="search"]{height:16px;line-height:16px;width:120px}
|
||||
.x .vr{color:#ccc;font-style:normal}
|
||||
.x .nowr{white-space:nowrap}
|
||||
|
|
|
|||
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
Loading…
Add table
Add a link
Reference in a new issue