mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
- 폭이 좁은 화면에서도 기본 에디터 컴포넌트를 편하게 사용할 수 있게 개선 - 컬러피커가 내장된 HTML5 지원 브라우저에서는 내장된 컬러피커를 이용하도록 개선(type=color 인 경우) - input type=number, type=url 등을 지원하는 브라우저에서 조금 더 편리하게 컴포넌트 항목을 다루도록 수정 - 갤러리 컴포넌트가 확장자 대문자인 경우 이미지를 표시하지 못하던 문제 수정.
9 lines
251 B
HTML
9 lines
251 B
HTML
<load target="../../modules/admin/tpl/css/admin.bootstrap.css" />
|
|
<load target="../../modules/admin/tpl/css/admin.css" />
|
|
<div class="x popup">
|
|
{$content}
|
|
</div>
|
|
<script>
|
|
jQuery(window).load(setFixedPopupSize);
|
|
var _isPoped = true;
|
|
</script>
|