From 52e245d8de9888fb8dbb7871f4ecd4046d2c6a5a Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 2 May 2013 15:31:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#101=20#114=20?= =?UTF-8?q?=EC=83=81=ED=92=88=EB=AA=A9=EB=A1=9D=20=ED=83=80=EC=9E=85=2010,?= =?UTF-8?q?=2011,=2012,=2013=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 5 +++++ img/shop/icon_arw_toleft.gif | Bin 0 -> 72 bytes shop/maintype12.inc.php | 1 + shop/maintype13.inc.php | 1 + 4 files changed, 7 insertions(+) create mode 100644 img/shop/icon_arw_toleft.gif diff --git a/css/default_shop.css b/css/default_shop.css index 0927ff6f0..1f59963eb 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -323,6 +323,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important /* 상품 목록 스킨 10 */ .sct_10 .sct_li {float:left;margin:0 25px 0 0;width:230px} .sct_10 .sct_last {margin:0 !important} +.sct_13 .sct_clear {clear:both} .sct_10 .sct_a {display:block;position:relative;font-weight:bold;text-decoration:none} .sct_10 .sct_img {display:block;margin:0 0 15px} .sct_10 b {display:block;margin:0 0 8px;font-weight:normal} @@ -333,6 +334,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important /* 상품 목록 스킨 11 */ .sct_11 .sct_li {float:left;margin:0 25px 0 0;width:230px} .sct_11 .sct_last {margin:0 !important} +.sct_13 .sct_clear {clear:both} .sct_11 .sct_a {display:block;position:relative;padding:0 0 5px;background:#f7f7f7;font-weight:bold;text-decoration:none} .sct_11 .sct_img {display:block;margin:0 0 15px} .sct_11 b {display:block;margin:0 0 8px;padding:0 5px;font-weight:normal} @@ -344,6 +346,8 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important /* 상품 목록 스킨 12 */ .sct_12 .sct_li {float:left;margin:0 16px 16px 0;width:362px} .sct_12 .sct_last {margin:0 !important} +.sct_13 .sct_clear {clear:both} +.sct_12 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px;background:url('../img/shop/icon_arw_toleft.gif') no-repeat} .sct_12 .sct_a {display:block;position:relative;padding:20px 10px 20px 240px;width:110px;height:190px;border:1px solid #e9e9e9;background:#f7f7f7;text-decoration:none} .sct_12 .sct_img {position:absolute;top:0;left:0} .sct_12 b {display:block;margin:0 0 15px;font-size:1.2em;letter-spacing:-0.1em} @@ -357,6 +361,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important .sct_13 .sct_li {float:left;margin:0 0 16px 0;width:100%} .sct_13 .sct_last {} .sct_13 .sct_clear {clear:both} +.sct_13 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px;background:url('../img/shop/icon_arw_toleft.gif') no-repeat} .sct_13 .sct_a {display:block;position:relative;padding:20px 10px 20px 240px;height:190px;border:1px solid #e9e9e9;background:#f7f7f7;text-decoration:none} .sct_13 .sct_img {position:absolute;top:0;left:0} .sct_13 b {display:block;margin:0 0 15px;font-size:1.2em;letter-spacing:-0.1em} diff --git a/img/shop/icon_arw_toleft.gif b/img/shop/icon_arw_toleft.gif new file mode 100644 index 0000000000000000000000000000000000000000..a9d338b5e9432d5c7c513d70ba3cb88bdad0a9a8 GIT binary patch literal 72 zcmZ?wbhEHb
  • +

    diff --git a/shop/maintype13.inc.php b/shop/maintype13.inc.php index 50c02cbb9..a1d8fe450 100644 --- a/shop/maintype13.inc.php +++ b/shop/maintype13.inc.php @@ -15,6 +15,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { ?>
  • +