From 2dda9c8f5f983d36de73ca77e64b90edecf8d4b4 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 27 May 2013 13:52:04 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#195=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=83=81=EC=84=B8=20=EC=84=A0=ED=83=9D/=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=EC=98=B5=EC=85=98=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 63464b771..f1c0dcb6b 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -510,8 +510,8 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col .td_sit_sel {position:relative} .sit_sel_submit {position:absolute;top:8px;right:0} -#sit_opt_added {margin:0;padding:0;list-style:none} -#sit_opt_added li {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #e9e9e9} +#sit_opt_added {margin:0;padding:0;border:1px solid #e9e9e9;border-bottom:0;background:#fff;list-style:none} +#sit_opt_added li {padding:10px 20px;border-bottom:1px solid #e9e9e9} #sit_opt_added li div {margin:5px 0 0;text-align:right} #sit_tot_price {margin:20px 0;font-size:1.3em;font-weight:bold}