Commit 9a46c11c authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix dialog size

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44367 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 663a55d4
......@@ -252,8 +252,8 @@ $(document).ready(function() { \n
});\n
$("div#new_event_dialog").dialog({\n
autoOpen: false,\n
height: 258,\n
width: 410,\n
height: 270,\n
width: 400,\n
modal: true,\n
});\n
$( "#datepicker" ).datepicker({\n
......
300
\ No newline at end of file
301
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment