issue 1311 fix. Progress in 50%.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10246 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-02-28 08:46:08 +00:00
parent cd90597c60
commit 5d152237de
4 changed files with 13 additions and 5 deletions

View file

@ -338,7 +338,9 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
.x .search form{float:right;margin:1em 0}
.x .search form *{vertical-align:middle}
/* Site Map */
.x .siteMap h2 input{font-size:14px;font-weight:bold;padding:0 .5em}
.x .siteMap h2 input{font-size:14px;font-weight:bold;padding:3px 4px;margin:0;border:0;background:transparent}
.x .siteMap h2:hover input,
.x .siteMap h2 input:focus{background:#ff0;border:1px dashed #ccc;margin:-1px}
.x .siteMap label{cursor:text}
.x .siteMap .lined ul{padding:0;margin:0;border-top:1px solid #eee;zoom:1}
.x .siteMap .lined li{position:relative;padding:0;margin:0;cursor:all-scroll;list-style:none;zoom:1}