mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
관리자 페이지 스타일 미세 조정 (계속) (#1062)
* 관리자 페이지 스타일 미세 조정 (계속) - 컨텐츠 좌우 여백을 15px으로 조정. - 모듈 즐겨찾기 별표 아이콘 크기 조정, 가운데 정렬. * 필요 없어진 style 영역 제거
This commit is contained in:
parent
5e2d89ee4d
commit
e21dffdc51
9 changed files with 40 additions and 15 deletions
|
|
@ -1,10 +1,11 @@
|
|||
<load target="js/module_admin.js" />
|
||||
<load target="css/module_admin.less" />
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->installed_modules} <a class="x_icon-question-sign" href="./common/manual/admin/index.html#UMAN_advanced_installed_module" target="_blank">{$lang->help}</a></h1>
|
||||
</div>
|
||||
<script>
|
||||
xe.lang.favorite_on = '{$lang->favorite}({$lang->on})';
|
||||
xe.lang.favorite_off = '{$lang->favorite}({$lang->off})';
|
||||
xe.lang.favorite_on = '{lang("favorite")} ({lang("on")})';
|
||||
xe.lang.favorite_off = '{lang("favorite")} ({lang("off")})';
|
||||
</script>
|
||||
<ul class="x_nav x_nav-tabs">
|
||||
<li class="x_active"|cond="$act=='dispModuleAdminContent'">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue