Communication module bootstrap UI fix.

Module selector popup UI fixed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12577 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-01-21 10:06:40 +00:00
parent c9edd9eb33
commit f6a00de24c
14 changed files with 168 additions and 171 deletions

View file

@ -1,4 +1,7 @@
<load target="../../modules/admin/tpl/css/admin.css" />
<load target="../../modules/admin/tpl/css/admin.bootstrap.min.css" usecdn="true" />
<load target="../../modules/admin/tpl/css/admin.min.css" usecdn="true" />
<load cond="$lang_type=='ko'" target="../../modules/admin/tpl/css/admin_ko.css" usecdn="true" />
<load cond="$lang_type=='en'" target="../../modules/admin/tpl/css/admin_en.css" usecdn="true" />
<div class="x">
{$content}
</div>