모바일: required 스타일 수정

This commit is contained in:
whitedot
2013-10-21 14:12:51 +09:00
parent 904baa3db2
commit f0bc1d5586
2 changed files with 2 additions and 4 deletions

View File

@ -159,8 +159,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
.tbl_frm01 .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em}
/* 필수입력 */
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}
textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}
/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}

View File

@ -56,8 +56,7 @@
*/
.mbskin .tbl_frm01 a {}
.mbskin .required {} /* 필수입력 */
.mbskin textarea.required {}
.mbskin .required, .mbskin textarea.required {background:url('../../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
/* 테이블 항목별 정의 */
.mbskin .td_board {}