[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

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

   1  .que.numerical .answer {
   2      padding: 0.3em;
   3      width: auto;
   4      display: inline;
   5  }
   6  .que.numerical .answer input[type="text"] {
   7      width: 30%;
   8  }
   9  
  10  /* Numeric INPUT text boxes should be left aligned in RTL mode
  11  */
  12  #page-question-type-numerical.dir-rtl input[name="unitpenalty"],
  13  #page-question-type-numerical.dir-rtl input[name^="answer"],
  14  #page-question-type-numerical.dir-rtl input[name^="tolerance"],
  15  #page-question-type-numerical.dir-rtl input[name^="multiplier"],
  16  #page-question-type-numerical.dir-rtl input[name^="unit"]
  17  {
  18      direction: ltr;
  19      text-align: left;
  20  }
  21  
  22  /* Editing form. */
  23  body#page-question-type-numerical div[id^=fgroup_id_][id*=answeroptions_] {
  24      background: #EEE;
  25      margin-top: 0;
  26      margin-bottom: 0;
  27      padding-bottom: 5px;
  28      padding-top: 5px;
  29      border: 1px solid #BBB;
  30      border-bottom: 0;
  31  }
  32  
  33  body#page-question-type-numerical div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label{
  34      font-weight: bold;
  35  }
  36  
  37  body.path-question-type div#fgroup_id_penaltygrp label[for^=id_unitpenalty],
  38  body.path-question-type div[id^=fgroup_id_units_] label[for^='id_unit_'],
  39  body#page-question-type-numerical div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_']{
  40      position: absolute;
  41      left: -10000px;
  42      font-weight: normal;
  43      font-size: 1em;
  44  }
  45  
  46  body#page-question-type-numerical div[id^=fitem_id_][id*=fraction_] {
  47      background: #EEE;
  48      margin-bottom: 0;
  49      margin-top: 0;
  50      padding-bottom: 5px;
  51      padding-top: 5px;
  52      border: 1px solid #BBB;
  53      border-top: 0;
  54      border-bottom: 0;
  55  }
  56  
  57  body#page-question-type-numerical div[id^=fitem_id_][id*=feedback_] {
  58      background: #EEE;
  59      margin-bottom: 2em;
  60      margin-top: 0;
  61      padding-bottom: 5px;
  62      padding-top: 5px;
  63      border: 1px solid #BBB;
  64      border-top: 0;
  65  }


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