diff options
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/admin/notes/change_form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/templates/admin/notes/change_form.html b/design/templates/admin/notes/change_form.html index 56d2bbe..7b1b0a7 100644 --- a/design/templates/admin/notes/change_form.html +++ b/design/templates/admin/notes/change_form.html @@ -10,8 +10,8 @@ if (!$) { } $(function(){ $('#id_body_markdown').each(function(){ - $(this).css('width', '550px').css('height', '300px'); - $(this).after('<iframe frameborder="0" style="border: #dddddd 1px solid;margin-left: 20px;width:330px; height:310px;" src="/luximages/insert/?textarea='+this.id+'"></iframe>'); + $(this).css('width', '640px').css('height', '400px').css("margin-right", '100px'); + $(this).after('<iframe frameborder="0" style="border: #dddddd 1px solid;margin-left: 20px;width:330px; height:410px;" src="/luximages/insert/?textarea='+this.id+'"></iframe>'); }); }); </script> |