move red dot a bit
This commit is contained in:
parent
dc8f9402d0
commit
9482d07121
|
@ -19,7 +19,7 @@ p {
|
|||
#ajaxBusy {
|
||||
position: fixed;
|
||||
top: 16px;
|
||||
right: 16px;
|
||||
right: 24px;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
|
|
|
@ -1628,7 +1628,7 @@ $(".box").live("click", function(e){
|
|||
if (box.css("direction") == 'rtl') {
|
||||
setTimeout(function() { $($('iframe').get(0).contentDocument).find('html').attr("dir", "rtl") }, 500);
|
||||
}
|
||||
$('iframe').attr("allowtransparency", "false");
|
||||
$('iframe').attr("allowtransparency", "false");
|
||||
box.draggable('disable');
|
||||
box.resizable('disable');
|
||||
text_edit_mode = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user