diff --git a/css/mobile_shop.css b/css/mobile_shop.css index e031d1238..c6bc83d20 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -83,7 +83,7 @@ input[type=radio] {-webkit-appearance: radio} /*카테고리*/ .menu {display:none;position:fixed;top:0;height:100%;z-index:99999;-webkit-backface-visibility:hidden;width:100%;background:#efefef} -.menu .menu_wr{;width:100%;height:100%;overflow-y:auto;background:#eee;position:relative;z-index:199919; +.menu .menu_wr{width:100%;height:100%;overflow-y:auto;background:#eee;position:relative;z-index:199919; -webkit-box-shadow: 0 0 5px rgba(55,55,5,0.4)); -moz-box-shadow: 0 0 5px rgba(55,55,5,0.4)); box-shadow: 0 0 5px rgba(55,55,5,0.4);} @@ -318,7 +318,7 @@ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } #sod_frm .sod_ta_wr{background: #fff} -#sod_frm .btn_confirm{;margin:0 10px 10px} +#sod_frm .btn_confirm{margin:0 10px 10px} #sod_frm .btn_submit{width:100%;height:45px;font-size: 1.167em;font-weight: bold;margin:5px 0;border-radius:4px} #sod_frm .btn_cancel,#sod_frm .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight: bold;padding:0;border-radius:4px} diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index 713330524..7ceba47e5 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -285,7 +285,7 @@ #mb_confirm h1 {margin:60px 0 30px;font-size:2em} #mb_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565} #mb_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px} -#mb_confirm fieldset {;padding:50px;text-align:left} +#mb_confirm fieldset {padding:50px;text-align:left} #mb_confirm fieldset .frm_input {background-color:#fff !important} #mb_confirm label {letter-spacing:-0.1em} #mb_confirm_id {display:block;margin:5px 0 10px;font-weight:bold} diff --git a/theme/basic/css/mobile_shop.css b/theme/basic/css/mobile_shop.css index ee8c659ca..1a2134e1b 100644 --- a/theme/basic/css/mobile_shop.css +++ b/theme/basic/css/mobile_shop.css @@ -81,7 +81,7 @@ input, textarea { /*카테고리*/ .menu {display:none;position:fixed;top:0;height:100%;z-index:99999;-webkit-backface-visibility:hidden;width:100%;background:#efefef} -.menu .menu_wr{;width:100%;height:100%;overflow-y:auto;background:#eee;position:relative;z-index:199919; +.menu .menu_wr{width:100%;height:100%;overflow-y:auto;background:#eee;position:relative;z-index:199919; -webkit-box-shadow: 0 0 5px rgba(55,55,5,0.4)); -moz-box-shadow: 0 0 5px rgba(55,55,5,0.4)); box-shadow: 0 0 5px rgba(55,55,5,0.4);} @@ -316,7 +316,7 @@ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } #sod_frm .sod_ta_wr{background: #fff} -#sod_frm .btn_confirm{;margin:0 10px 10px} +#sod_frm .btn_confirm{margin:0 10px 10px} #sod_frm .btn_submit{width:100%;height:45px;font-size: 1.167em;font-weight: bold;margin:5px 0;border-radius:4px} #sod_frm .btn_cancel,#sod_frm .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight: bold;padding:0;border-radius:4px} diff --git a/theme/basic/skin/member/basic/style.css b/theme/basic/skin/member/basic/style.css index 73678141c..31f5f73ec 100644 --- a/theme/basic/skin/member/basic/style.css +++ b/theme/basic/skin/member/basic/style.css @@ -284,7 +284,7 @@ #mb_confirm h1 {margin:60px 0 30px;font-size:2em} #mb_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565} #mb_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px} -#mb_confirm fieldset {;padding:50px;text-align:left} +#mb_confirm fieldset {padding:50px;text-align:left} #mb_confirm fieldset .frm_input {background-color:#fff !important} #mb_confirm label {letter-spacing:-0.1em} #mb_confirm_id {display:block;margin:5px 0 10px;font-weight:bold}