Updating chamilo CSS + adding image for the new type of question \"Exact\"

skala
Julio Montoya 16 years ago
parent 999aa05773
commit 01e98dd584
  1. 2
      main/css/chamilo/default.css
  2. BIN
      main/css/chamilo/images/logo-chamilo.gif
  3. 2
      main/exercice/multiple_answer_combination.class.php
  4. BIN
      main/img/mcmac.gif

@ -291,7 +291,7 @@ input[text] {
#top_corner {
}
#institution {
background-image: url(images/logo-chamilo.png);
background-image: url(images/logo-chamilo.gif);
background-repeat:no-repeat;
height:60px;
overflow:hidden;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

@ -22,7 +22,7 @@ if(!class_exists('MultipleAnswerCombination')):
class MultipleAnswerCombination extends Question {
static $typePicture = 'mcma.gif';
static $typePicture = 'mcmac.gif';
static $explanationLangVar = 'MultipleSelectCombination';
/**

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Loading…
Cancel
Save