diff --git a/css/default_shop.css b/css/default_shop.css index b8a6baf89..0d127b40f 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -633,6 +633,8 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col #smb_my_wish h2 {margin:0 0 10px} +#smb_my_more {text-align:right} + .smb_my_img {width:90px;text-align:center} /* 장바구니 */ diff --git a/shop/mypage.php b/shop/mypage.php index 2fef9582f..ccafbc14c 100644 --- a/shop/mypage.php +++ b/shop/mypage.php @@ -57,6 +57,10 @@ include_once('./_head.php'); $limit = " limit 0, 5 "; include G4_SHOP_PATH.'/orderinquiry.sub.php'; ?> + +