묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
저 칸을 짧게 할 수 있는 방법을 알려주세요 ㅜ.ㅜ
소스를 아무리봐도 필셀로 설정하는건 아니더라구요 ㅜ.ㅜ
스킨제작 도와주세요 ㅜ_ㅜ(사진 첨부!)
2008.02.20 20:13
저 칸을 짧게 할 수 있는 방법을 알려주세요 ㅜ.ㅜ
소스를 아무리봐도 필셀로 설정하는건 아니더라구요 ㅜ.ㅜ
CSS 파일중에서
.boardWrite .inputTypeText { width:100px; }
이부분 찾아보셔요^^
그외에도
.boardWrite { border:1px solid #DDDDDD; background-color:#EFEFEF; overflow:hidden; position:relative; margin-bottom:20px; padding:.5em 0; }
.boardWrite .inputTypeText { width:100px; }
.boardWrite .userNameAndPw { margin-bottom:-1px; padding:.5em 0; margin-left:20px;}
.boardWrite .boardEditor fieldset { width:auto; position:relative;}
.boardWrite .option { margin-left:20px; padding:.5em 0; overflow:hidden; width:90%;}
.boardWrite .option dd { float:left; margin-right:1em; padding-top:.2em; _padding-top:.1em;}
.boardWrite .option dd * { vertical-align:middle;}
.boardWrite .option dd select { width:7em; font-size:.95em;height:20px;}
.boardWrite .inputTypeText { background:#fbfbfb;}
이렇게,, 지정하는거 많네요^^