Committer: vkurkin
LJSUP-9251: Update RTE: hint for edit embeds on mouseoverU trunk/htdocs/js/ck/plugins/livejournal/plugin.js
Modified: trunk/htdocs/js/ck/plugins/livejournal/plugin.js =================================================================== --- trunk/htdocs/js/ck/plugins/livejournal/plugin.js 2011-08-02 01:39:45 UTC (rev 19554) +++ trunk/htdocs/js/ck/plugins/livejournal/plugin.js 2011-08-02 02:00:13 UTC (rev 19555) @@ -291,12 +291,7 @@ } })(); - noteNode.className = 'note'; - noteNode.style.backgroundColor = '#ccc'; - noteNode.style.border = '#f000 1px solid'; - noteNode.style.position = 'absolute'; - noteNode.style.left = '50%'; - noteNode.style.top = '50%'; + noteNode.className = 'note-popup'; noteNode.onmouseout = function(){ if(!currentData.cmd) {