Site edit UI bugfix.

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

View file

@ -1274,10 +1274,11 @@
"css" : {
"padding" : "0 4px",
"border" : "1px solid silver",
"borderRadius" : "3px",
"position" : "absolute",
"left" : (rtl ? "auto" : (w1 + w2) + "px"),
"right" : (rtl ? (w1 + w2 + 4) + "px" : "auto"),
"top" : "1px",
"top" : "0",
"height" : (this.data.core.li_height - 2) + "px",
"lineHeight" : (this.data.core.li_height - 2) + "px",
"width" : "200px" // will be set a bit further down