Site edit UI bugfix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12118 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-05 05:42:01 +00:00
parent 69820c052d
commit d08a74a68c
2 changed files with 4 additions and 3 deletions

View file

@ -27,12 +27,13 @@ body>.x{max-width:none !important}
.mapi li>ul{margin:0}
.mapi a{text-decoration:none}
.mapi>ul{padding:1px}
.mapi._node_renaming a+input{margin-left:-16px;z-index:2}
/* Root */
.mapi>ul>li{margin-top:30px;position:relative}
.mapi>ul>li:before{content:"";display:block;border-top:1px dotted #ccc;position:relative;top:-15px}
.mapi>ul>li:first-child{margin-top:0}
.mapi>ul>li:first-child:before{content:normal}
.mapi>ul>li>a{font-weight:bold;text-shadow:0 1px 0 #fff}
.mapi>ul>li>a{font-weight:bold;text-shadow:0 1px 0 #fff;vertical-align:middle}
.mapi>ul>li>a:hover,
.mapi>ul>li>a:focus,
.mapi>ul>li>a.jstree-clicked,