From d0a4ee4d6e8a830eeca68c15f5964f80c057f401 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 30 May 2013 14:22:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90:=20#204=20=EC=A3=BC=EB=AC=B8=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=EC=83=81=ED=92=88=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/css/admin.css b/css/admin.css index 93ae8f225..e0406095c 100644 --- a/css/admin.css +++ b/css/admin.css @@ -138,12 +138,13 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right} #anc_sodr_addressee #od_b_addr1, #anc_sodr_addressee #od_b_addr2 {margin:5px 0 0} -#sodr_ul {margin:0;padding:0;list-style:none} -#sodr_ul li {background:#f5f6fa;color:#000} -#sodr_ul th {border-top:0;text-align:center} +#sodr_ul {margin:10px 0;padding:0;border-top:1px solid #565e60;list-style:none} +#sodr_ul li {border-bottom:1px solid #565e60} +#sodr_ul table {margin:0} +#sodr_ul th {text-align:center} #sodr_ul td {background:#fff;color:#000} -#sodr_ul p {margin:5px 0 0;padding:14px;background:#565e60;color:#fff} -#sodr_ul p a {color:#fff;font-weight:bold;text-decoration:none} +#sodr_ul p {padding:5px 14px} +#sodr_ul p a {font-weight:bold;text-decoration:none} /* 주문개별내역 */ #sodr_status {text-align:center}