mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
UI 디버깅. 관리자 페이지 select 요소에 fullWidth 클래스 제거. 1024 미만의 해상도에서 select 요소의 너비가 글자 수보다 작아지는 문제 해결.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5889 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
82a765daae
commit
403862389d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<div>
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="fullWidth">
|
||||
<select name="module_category_srl">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue