mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
inputTypeTextArea class의 height를 100px 로 늘림 (전체 공통이라 모든 페이지에서 적당한 크기고 재조절)
에디터의 미리보기시에 에디터에 지정된 폰트 컬러를 맞추도록 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4969 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7c3b336e41
commit
e09ca5727a
4 changed files with 14 additions and 9 deletions
|
|
@ -145,7 +145,7 @@
|
|||
<tr>
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<td>
|
||||
<textarea name="description" class="inputTypeTextArea w100">{htmlspecialchars($member_info->description)}</textarea>
|
||||
<textarea name="description" class="inputTypeTextArea w400">{htmlspecialchars($member_info->description)}</textarea>
|
||||
<p>{$lang->about_member_description}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -197,7 +197,7 @@
|
|||
|
||||
<!--// textarea -->
|
||||
<!--@elseif($val->column_type == 'textarea')-->
|
||||
<textarea name="{$val->column_name}" class="inputTypeTextArea w100">{htmlspecialchars($val->value)}</textarea>
|
||||
<textarea name="{$val->column_name}" class="inputTypeTextArea w400">{htmlspecialchars($val->value)}</textarea>
|
||||
|
||||
<!--// 다중 선택 -->
|
||||
<!--@elseif($val->column_type == 'checkbox')-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue