ZB 1.1.0 Front-end Refactoring. ing.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4786 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2008-11-07 02:48:45 +00:00
parent 6ffc79c673
commit be293caefc
7 changed files with 31 additions and 33 deletions

View file

@ -2,6 +2,7 @@
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */
/* Zeroboard XE Black Theme */
.button{ opacity:.7;}
/* Board Reset */
.board{ background:#000; color:#fff;}

View file

@ -4,7 +4,7 @@
/* Zeroboard XE */
/* Board Reset */
.board{ font-family:NanumGothic, "Malgun Gothic", AppleGothic, Gulim, Dotum, Tahoma, Sans-serif; line-height:normal; font-size:.8em;}
.board{ font-family:NanumGothic, "Malgun Gothic", AppleGothic, Gulim, Dotum, Tahoma, Sans-serif; line-height:normal; font-size:1.1em;}
.board *{ font-size:1em;}
.board .inputText,
.board textarea{ border:1px solid;}
@ -236,9 +236,9 @@
.board .userNameAndPw dd{ margin-right:5px; display:inline;}
.board .userNameAndPw dd .inputText{}
.board .userNameAndPw dd.userName .inputText{ width:70px;}
.board .userNameAndPw dd.userPw .inputText{ width:70px;}
.board .userNameAndPw dd.emailAddress .inputText{ width:100px;}
.board .userNameAndPw dd.homePage .inputText{ width:100px;}
.board .userNameAndPw dd.userPw .inputText{ width:50px; font:11px Tahoma;}
.board .userNameAndPw dd.emailAddress .inputText{ width:120px; font:11px Tahoma;}
.board .userNameAndPw dd.homePage .inputText{ width:120px; font:11px Tahoma;}
.board .userNameAndPw dd .inputText{ padding:3px 4px; height:15px; margin-bottom:5px; font-size:12px; *margin-top:-1px; vertical-align:middle;}
/* Comment */