mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
관리자 페이지의 우상단 탭 조절. 에디터의 확장 컴포넌트가 IE에서 잘못 나오던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4937 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
63283eb86c
commit
7667b39254
5 changed files with 9 additions and 14 deletions
|
|
@ -27,7 +27,6 @@ body { background:#548DB5; }
|
|||
.adminPackage { background:#eee url("../images/n_package_bg.gif") repeat-x left top; overflow:hidden; height:28px; padding:10px 0 0 0;}
|
||||
.adminPackage ul { position:relative; clear:both; margin:0; padding:0 0 0 20px; height:28px; overflow:hidden;}
|
||||
.adminPackage ul li { list-style:none; background:url("../images/n_tab.gif") no-repeat scroll left -35px; float:left; margin-right:10px; position:relative; text-align:center; top:0; height:28px;}
|
||||
.adminPackage ul li.admin { float:right; }
|
||||
.adminPackage ul li a { float:left; background:url("../images/n_tab.gif") no-repeat scroll right -35px; color:#FFFFFF; font-weight:bold; display:block; left:3px; padding:8px 15px 0 10px; position:relative; text-decoration:none; height:28px;}
|
||||
.adminPackage ul li.active { background-position:left top; top:0; height:28px; }
|
||||
.adminPackage ul li.active a { background-position:right top; padding:8px 15px 5px 10px; height:28px; color:#185B83;}
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 530 B After Width: | Height: | Size: 519 B |
|
|
@ -36,14 +36,14 @@
|
|||
|
||||
<div class="adminPackage">
|
||||
<ul>
|
||||
<!--@if($logged_info->is_admin=='Y')-->
|
||||
<li class="admin <!--@if(!$act||in_array($act,array('dispAdminIndex','dispAdminConfig')))-->active<!--@end-->"><a href="{getUrl('','module','admin')}">{$lang->admin_index}</a></li>
|
||||
<!--@end-->
|
||||
<!--@foreach($installed_module_list as $k => $v)-->
|
||||
<!--@if($v->category=='package')-->
|
||||
<li <!--@if(in_array($act, $v->actions))-->class="active"<!--@end-->><a href="{getUrl('','module','admin','act',$v->admin_index_act)}" title="{trim($v->description)}" class="adminMenu">{$v->title}</a></li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<!--@if($logged_info->is_admin=='Y')-->
|
||||
<li class="admin <!--@if(!$act||in_array($act,array('dispAdminIndex','dispAdminConfig')))-->active<!--@end-->"><a href="{getUrl('','module','admin')}">{$lang->admin_index}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue