소스 검색

Fix calendar popup

Julio Montoya 9 년 전
부모
커밋
da10b35989
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      main/template/default/agenda/month.tpl

+ 2 - 2
main/template/default/agenda/month.tpl

@@ -531,7 +531,7 @@ $(document).ready(function() {
 {{ actions_div }}
 
 <div id="simple-dialog-form" style="display:none;">
-    <div style="width:500px">
+    <div style="width:640px">
         <form name="form-simple" class="form-horizontal">
             <span id="calendar_course_info_simple"></span>
             <span id="calendar_session_info"></span>
@@ -574,7 +574,7 @@ $(document).ready(function() {
 </div>
 
 <div id="dialog-form" style="display:none;">
-	<div style="width:500px">
+	<div style="width:640px">
         {{ form_add }}
 	</div>
 </div>