summaryrefslogtreecommitdiff
path: root/design/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2017-12-14 20:43:15 -0800
committerluxagraf <sng@luxagraf.net>2017-12-14 20:43:15 -0800
commitcc1c0205daf9f3e7003f70044d3fbaeda6e0cd53 (patch)
treef83a3c32873e0e6cf4ad434de33b222beeaddb30 /design/templates
parent4d7d6e6a5f393ac3114d24c01e969fa96300c8f1 (diff)
widened text field for notes
Diffstat (limited to 'design/templates')
-rw-r--r--design/templates/admin/notes/change_form.html4
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>