From 02830ee183509683585459d4faa4034c04ba2f23 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 28 Nov 2013 14:08:14 +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=EC=A3=BC=EB=AC=B8=EB=82=B4=EC=97=AD=EC=B6=9C?= =?UTF-8?q?=EB=A0=A5=20button->input=20=EC=9C=BC=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderprint.php | 16 ++++++++++------ css/admin.css | 3 +-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/adm/shop_admin/orderprint.php b/adm/shop_admin/orderprint.php index c2171fa7f..15a91be98 100644 --- a/adm/shop_admin/orderprint.php +++ b/adm/shop_admin/orderprint.php @@ -15,8 +15,10 @@ include_once (G5_ADMIN_PATH.'/admin.head.php'); 기간별 출력 - - + + + + " id="to_date" class="frm_input" size="10" maxlength="8"> - + @@ -44,8 +46,10 @@ include_once (G5_ADMIN_PATH.'/admin.head.php'); 주문번호구간별 출력 - - + + + + - + diff --git a/css/admin.css b/css/admin.css index ff2f12f6e..51cb4b131 100644 --- a/css/admin.css +++ b/css/admin.css @@ -218,8 +218,7 @@ legend {position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent .local_sch02 strong {display:inline-block;width:80px} .local_sch02 strong.sch_long {width:160px} .local_sch02 label {display:inline-block;margin:0 5px 0 0} -.local_sch02 button {padding:3px 5px;border:1px solid #ced9de;background:#f6f9fa;font-size:0.95em;cursor:pointer} -.local_sch02 button.btn_submit {background:#ff3061} +.local_sch02 button {margin:0;padding:3px 5px;border:1px solid #ced9de;background:#f6f9fa;font-size:0.95em;cursor:pointer} /* 페이지 내 실행 */ .local_cmd {min-width:960px}