에디터 업로드 버튼(플래시 오브젝트) 높이 조절. 파이어폭스에서 버튼의 ul의 list-style:none 지정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4760 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-05 00:38:01 +00:00
parent ec0ac8dd33
commit af23f30e0b
3 changed files with 8 additions and 2 deletions

View file

@ -34,6 +34,11 @@
<div class="adminPackage"> <div class="adminPackage">
<ul> <ul>
<!--@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')--> <!--@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> <li class="admin <!--@if(!$act||in_array($act,array('dispAdminIndex','dispAdminConfig')))-->active<!--@end-->"><a href="{getUrl('','module','admin')}">{$lang->admin_index}</a></li>
<!--@end--> <!--@end-->

View file

@ -44,6 +44,7 @@
.toolBox .editorHelp ul#helpList li li{ list-style:circle; margin-left:20px;} .toolBox .editorHelp ul#helpList li li{ list-style:circle; margin-left:20px;}
/* ToolBox Button Default */ /* ToolBox Button Default */
.toolBox .item { list-style:none; padding:0; }
.toolBox .item.do{ width:43px;} .toolBox .item.do{ width:43px;}
.toolBox .item .undo button{ width:22px;} .toolBox .item .undo button{ width:22px;}
.toolBox .item .redo button{ background-position:-22px 0;} .toolBox .item .redo button{ background-position:-22px 0;}

View file

@ -28,7 +28,7 @@ function XEUploaderStart(obj) {
var btnObj = xGetElementById(obj["replaceButtonID"]); var btnObj = xGetElementById(obj["replaceButtonID"]);
var btnWidth = xWidth(btnObj); var btnWidth = xWidth(btnObj);
var btnHeight = xHeight(btnObj)*2; var btnHeight = xHeight(btnObj);
btnObj.style.position = "relative"; btnObj.style.position = "relative";
var dummy = xCreateElement("span"); var dummy = xCreateElement("span");