Select UI fix. board_insert.html UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12226 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-15 02:38:55 +00:00
parent 2cb9487ba1
commit d139d0abd5
18 changed files with 47 additions and 46 deletions

View file

@ -117,7 +117,7 @@ body>.x,
.x label,
.x input,
.x button{line-height:16px}
.x select{width:auto;padding:0;height:26px;line-height:26px}
.x select{padding:0;height:26px;line-height:26px}
.x select[multiple]{height:auto}
.x textarea{vertical-align:top}
.x .x_tab-content{overflow:visible}
@ -135,6 +135,7 @@ body>.x,
.x .section>h2{position:relative;border-bottom:1px dotted #ddd}
.x .center{text-align:center}
.x .search{margin:20px 0}
.x .search select{width:auto}
.x .search>input[type="search"]{height:16px;line-height:16px;width:120px}
.x .vr{color:#ccc;font-style:normal}
.x .nowr{white-space:nowrap}

File diff suppressed because one or more lines are too long