diff --git a/css/default_shop.css b/css/default_shop.css index 6ed373437..5dfc46218 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -229,7 +229,7 @@ button.btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px so button.btn_frmline {font-size:1em;cursor:pointer} button.btn_frmline2 {font-size:1em;cursor:pointer} .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */ -.btn_win button {display:inline-block;padding:0 10px;height:30px;border:1px solid #ccc;background:#fafafa;vertical-align:top;line-height:2.4em} +.btn_win button {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;vertical-align:top;line-height:2.4em} .btn_win a {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em;cursor:pointer} .btn_win a:focus, .btn_win a:hover {text-decoration:none} /* 게시판용 버튼 */ @@ -277,6 +277,9 @@ button.btn_frmline2 {font-size:1em;cursor:pointer} fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle} +/* 필수입력 */ +.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important} + /* 테이블 그리드 padding 0 5px 고려한 넓이 */ .grid_1 {width:40px} .grid_2 {width:90px} @@ -466,7 +469,8 @@ fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7 #sit_ov_btn {margin:0 0 0 34px !important;margin:0 0 0 33px;padding:0;list-style:none;zoom:1} #sit_ov_btn:after {display:block;visibility:hidden;clear:both;content:""} #sit_ov_btn li {float:left;margin:0 0 0 1px} -#sit_ov_btn a, #sit_ov_btn input {display:inline-block;padding:10px 0 8px;width:80px;border:0;font-size:0.95em;text-align:center;text-decoration:none;letter-spacing:-0.1em;cursor:pointer} +#sit_ov_btn a {display:inline-block;width:80px;height:30px;border:0;font-size:0.95em;text-align:center;text-decoration:none;letter-spacing:-0.1em;line-height:2.8em;cursor:pointer} +#sit_ov_btn input {display:inline-block;width:80px;height:30px;border:0;font-size:0.95em;text-align:center;text-decoration:none;letter-spacing:-0.1em;cursor:pointer} #sit_btn_buy {background:#ff5b89;color:#fff} #sit_btn_cart, #sit_btn_wish {background:#555;color:#fff} #sit_btn_rec {background:#888;color:#fff} diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 5ef900c91..e3491d29c 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -563,6 +563,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f .btn_cancel {display:inline-block;padding:0 10px;height:2.6em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.6em} .btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle;line-height:1.9em} /* 우편번호검색버튼 등 */ .btn_win {clear:both;margin-bottom:15px;text-align:center} /* 새창용 */ +.btn_win button {margin:0;padding:0 10px;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;line-height:2.5em} .btn_win a {display:inline-block;padding:0 10px;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;line-height:2.5em} /* 게시판용 버튼 */ .btn_b01 {display:inline-block;margin:0 0 5px;padding:0 10px;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:middle}