From 9482d07121b1d9cba026cbf0886a254c973245de Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 12 Jul 2011 20:27:19 +0530 Subject: [PATCH] move red dot a bit --- edgware/static/css/editor.css | 2 +- edgware/static/js/editor.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index 8679134..a141826 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -19,7 +19,7 @@ p { #ajaxBusy { position: fixed; top: 16px; - right: 16px; + right: 24px; width: 6px; height: 6px; -moz-border-radius: 6px; diff --git a/edgware/static/js/editor.js b/edgware/static/js/editor.js index f2d937d..1925949 100644 --- a/edgware/static/js/editor.js +++ b/edgware/static/js/editor.js @@ -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;