From 30070656ed48254ec5ae8eef65c49fef3b56fd61 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 12 Jul 2013 10:03:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20#253=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=EC=B7=A8=EC=86=8C=20=EC=9A=94=EC=B2=AD=20=EC=9E=91?= =?UTF-8?q?=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile_shop.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index cb2c0cef6..79326b8ef 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -36,6 +36,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #hd_mb a {display:block;text-decoration:none} /* 중간 레이아웃 */ +#container {padding:0.5em} #container_title {margin-bottom:1em;padding:0 1em;font-size:1.2em} /* 하단 레이아웃 */ @@ -387,14 +388,25 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f #sod_fin_legend dt {clear:both;float:left;margin:0 0 0.3em;width:50px;font-weight:bold} #sod_fin_legend dd {float:left;margin:0} +#sod_fin_list h2 {padding:0 1em} + #sod_ul {margin:0 0 0.5em;padding:0;border-top:1px solid #565e60;list-style:none} -#sod_ul li {padding:0 1em;border-bottom:1px solid #565e60} +#sod_ul li {padding:0;border-bottom:1px solid #565e60} #sod_ul table {margin:0} #sod_ul th {text-align:center} #sod_ul td {background:#fff;color:#000} #sod_ul p {padding:0.5em 1em} #sod_ul p a {font-weight:bold;text-decoration:none} +#request_form {position:relative} +#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;border:1px solid #000;background:#f5f6fa;text-align:center} +#request_form .frm_input {width:250px;background:#fff !important} +#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important} +#request_form .btn_frmline {padding:0 10px;line-height:1.6em} + +#sod_req_btn {margin:0 0 10px} +#sod_req_btn button {background:#626870} + #sod_fin_view {border:1px solid #e9e9e9} #sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} #sod_fin_view h3 {margin:0 0 1em}