move red dot a bit

This commit is contained in:
Sanj 2011-07-12 20:27:19 +05:30
parent dc8f9402d0
commit 9482d07121
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ p {
#ajaxBusy { #ajaxBusy {
position: fixed; position: fixed;
top: 16px; top: 16px;
right: 16px; right: 24px;
width: 6px; width: 6px;
height: 6px; height: 6px;
-moz-border-radius: 6px; -moz-border-radius: 6px;

View File

@ -1628,7 +1628,7 @@ $(".box").live("click", function(e){
if (box.css("direction") == 'rtl') { if (box.css("direction") == 'rtl') {
setTimeout(function() { $($('iframe').get(0).contentDocument).find('html').attr("dir", "rtl") }, 500); setTimeout(function() { $($('iframe').get(0).contentDocument).find('html').attr("dir", "rtl") }, 500);
} }
$('iframe').attr("allowtransparency", "false"); $('iframe').attr("allowtransparency", "false");
box.draggable('disable'); box.draggable('disable');
box.resizable('disable'); box.resizable('disable');
text_edit_mode = true; text_edit_mode = true;