From ed0041279655783167ca65a4ac3b1621c4387764 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 9 Apr 2007 06:47:21 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1049 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/css/default.css | 7 +++++-- common/js/common.js | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/common/css/default.css b/common/css/default.css index b2849faa1..79ec716f4 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -138,13 +138,15 @@ h6 { border:1px solid #555555; background-color:#FFFFFF; padding:2px; + width:110px; } #membermenuarea .item { color:#353249; cursor:pointer; - padding:2px; + padding:3px 2px 1px 18px; height:17px; + margin-left:2px; } #membermenuarea .item_on { @@ -152,6 +154,7 @@ h6 { font-weight:bold; letter-spacing:-1px; cursor:pointer; - padding:2px; + padding:3px 2px 1px 18px; height:17px; + margin-left:2px; } diff --git a/common/js/common.js b/common/js/common.js index 3c22d1dab..33e13b502 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -469,7 +469,7 @@ function displayMemberMenu(ret_obj, response_tags, params) { if(!str || !func) continue; - html += "
"+str+"
"; + html += "
"+str+"
"; } } loaded_member_menu_list[member_srl] = html;