mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +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
|
|
@ -27,7 +27,7 @@ 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}
|
||||
.mapi .jstree-rename-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}
|
||||
|
|
|
|||
|
|
@ -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