git-svn-id: http://xe-core.googlecode.com/svn/trunk@1049 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-09 06:47:21 +00:00
parent e8ea971041
commit ed00412796
2 changed files with 6 additions and 3 deletions

View file

@ -138,13 +138,15 @@ h6 {
border:1px solid #555555; border:1px solid #555555;
background-color:#FFFFFF; background-color:#FFFFFF;
padding:2px; padding:2px;
width:110px;
} }
#membermenuarea .item { #membermenuarea .item {
color:#353249; color:#353249;
cursor:pointer; cursor:pointer;
padding:2px; padding:3px 2px 1px 18px;
height:17px; height:17px;
margin-left:2px;
} }
#membermenuarea .item_on { #membermenuarea .item_on {
@ -152,6 +154,7 @@ h6 {
font-weight:bold; font-weight:bold;
letter-spacing:-1px; letter-spacing:-1px;
cursor:pointer; cursor:pointer;
padding:2px; padding:3px 2px 1px 18px;
height:17px; height:17px;
margin-left:2px;
} }

View file

@ -469,7 +469,7 @@ function displayMemberMenu(ret_obj, response_tags, params) {
if(!str || !func) continue; if(!str || !func) continue;
html += "<div class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\"><span style=\"background:url("+icon+") no-repeat left;padding-left:18px;\" onclick=\""+func+"\">"+str+"</div>"; html += "<div class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\" style=\"background:url("+icon+") no-repeat left;\" onclick=\""+func+"\">"+str+"</div>";
} }
} }
loaded_member_menu_list[member_srl] = html; loaded_member_menu_list[member_srl] = html;