UI 디버깅. select 요소에 fullWidth 클래스 제거. 1024 미만의 해상도에서 select 요소의 너비가 글자 수보다 작아지는 문제 해결.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5890 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2009-03-17 07:54:01 +00:00
parent 403862389d
commit 430aa36717
5 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,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>