Browse Source

[svn r19148] adjusting the size of the fields unique answer FS#3657

Juan Carlos Raña 16 years ago
parent
commit
098c6fb3d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/exercice/unique_answer.class.php

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

@@ -65,7 +65,7 @@ class UniqueAnswer extends Question {
 		global $fck_attribute;
 
 		$fck_attribute = array();
-		$fck_attribute['Width'] = '50%';
+		$fck_attribute['Width'] = '100%';
 		$fck_attribute['Height'] = '125px';
 		
 		$fck_attribute['ToolbarSet'] = 'Answer';
@@ -110,7 +110,7 @@ class UniqueAnswer extends Question {
 						<th width="10px" >
 							'.get_lang('True').'
 						</th>
-						<th width="'.$fck_attribute['Width'].' ">
+						<th width="45%">
 							'.get_lang('Answer').'
 						</th>
 							'.$comment_title.'