瀏覽代碼

Exercise -> matching fixing button position

Julio Montoya 14 年之前
父節點
當前提交
7f565bcaec
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      main/exercice/matching.class.php

+ 2 - 2
main/exercice/matching.class.php

@@ -195,8 +195,8 @@ class Matching extends Question {
 			
 		} else {
             // setting the save button here and not in the question class.php            
-            $group[] = FormValidator :: createElement ('style_submit_button', 'lessOptions', get_lang('DelElem'),'style="float:right;" class="minus"');
-            $group[] = FormValidator :: createElement ('style_submit_button', 'moreOptions',get_lang('AddElem'),'style="float:right;" class="plus"');
+            $group[] = FormValidator :: createElement ('style_submit_button', 'lessOptions', get_lang('DelElem'),'class="minus"');
+            $group[] = FormValidator :: createElement ('style_submit_button', 'moreOptions',get_lang('AddElem'),' class="plus"');
             $group[] = FormValidator :: createElement('style_submit_button','submitQuestion',$text, 'class="'.$class.'"');
 		}