공통: required 스타일 important 처리

This commit is contained in:
whitedot
2013-10-22 11:40:03 +09:00
parent a442437201
commit f74603dcef
10 changed files with 10 additions and 16 deletions

View File

@ -72,8 +72,7 @@
*/
#bo_w .tbl_frm01 a {}
#bo_w .required {} /* 필수입력 */
#bo_w textarea.required {}
#bo_w .required, #bo_w textarea.required {}
/* ### 기본 스타일 커스터마이징 끝 ### */

View File

@ -59,8 +59,7 @@
*/
#bo_w .tbl_frm01 a {}
#bo_w .required {} /* 필수입력 */
#bo_w textarea.required {}
#bo_w .required, #bo_w textarea.required {}
/* ### 기본 스타일 커스터마이징 끝 ### */

View File

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

View File

@ -24,8 +24,7 @@
*/
#poll .tbl_frm01 a {}
#poll .required {} /* 필수입력 */
#poll textarea.required {}
#poll .required, #poll textarea.required {}
#poll .btn_confirm {} /* 서식단계 진행 */
#poll .btn_submit {}