mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
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:
parent
d08a74a68c
commit
4e07d5b563
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue