Removing hardcoding style in order to fix question list in a 1024 px monitor see #4252

skala
Julio Montoya 13 years ago
parent 592a97544f
commit 8d98724c34
  1. 4
      main/exercice/question.class.php

@ -1064,9 +1064,7 @@ abstract class Question
* @param FormValidator $form the formvalidator instance (by reference)
*/
function createForm (&$form,$fck_config=0) {
echo ' <style>
div.row div.label{ width: 8%; }
div.row div.formw{ width: 88%; }
echo ' <style>
.media { display:none;}
</style>';

Loading…
Cancel
Save