[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

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

   1  .que.calculatedsimple .answer {
   2      padding: 0.3em;
   3      width: auto;
   4      display: inline;
   5  }
   6  .que.calculatedsimple .answer input[type="text"] {
   7      width: 30%;
   8  }
   9  
  10  /* Editing form. */
  11  body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answeroptions_] {
  12      background: #EEE;
  13      margin-top: 0;
  14      margin-bottom: 0;
  15      padding-bottom: 5px;
  16      padding-top: 5px;
  17      border: 1px solid #BBB;
  18      border-bottom: 0;
  19  }
  20  
  21  body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label{
  22      font-weight: bold;
  23  }
  24  
  25  body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'],
  26  body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answertolerance_] label[for^='id_tolerance_'],
  27  body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answerdisplay_] label[for^='id_correctanswerlength_'] {
  28      position: absolute;
  29      left: -10000px;
  30      font-weight: normal;
  31      font-size: 1em;
  32  }
  33  
  34  body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answertolerance_],
  35  body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answerdisplay_] {
  36      background: #EEE;
  37      margin-bottom: 0;
  38      margin-top: 0;
  39      padding-bottom: 5px;
  40      padding-top: 5px;
  41      border: 1px solid #BBB;
  42      border-top: 0;
  43      border-bottom: 0;
  44  }
  45  
  46  body#page-question-type-calculatedsimple div[id^=fitem_id_][id*=feedback_] {
  47      background: #EEE;
  48      margin-bottom: 2em;
  49      margin-top: 0;
  50      padding-bottom: 5px;
  51      padding-top: 5px;
  52      border: 1px solid #BBB;
  53      border-top: 0;
  54  }


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