[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/question/type/match/ -> styles.css (source)

   1  .que.match .feedback .rightanswer * {
   2      display: inline;
   3  }
   4  .que.match .feedback .rightanswer script {
   5      display: none;
   6  }
   7  
   8  
   9  /* Editing form. */
  10  body#page-question-type-match div[id^=fitem_id_][id*=subquestions_] {
  11      background: #EEE;
  12      margin-top: 0;
  13      margin-bottom: 0;
  14      padding-bottom: 5px;
  15      padding-top: 5px;
  16      border: 1px solid #BBB;
  17      border-bottom: 0;
  18  }
  19  
  20  body#page-question-type-match div[id^=fitem_id_][id*=subquestions_] .fitemtitle {
  21      font-weight: bold;
  22  }
  23  
  24  body#page-question-type-match div[id^=fitem_id_][id*=subanswers_] {
  25      background: #EEE;
  26      margin-bottom: 2em;
  27      margin-top: 0;
  28      padding-bottom: 5px;
  29      padding-top: 5px;
  30      border: 1px solid #BBB;
  31      border-top: 0;
  32  }


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1