[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  .que.multichoice .answer .specificfeedback {
   2      display: inline;
   3      padding: 0 0.7em;
   4      background: #FFF3BF;
   5  }
   6  .que.multichoice .answer div.r0,
   7  .que.multichoice .answer div.r1 {
   8      padding: 0.3em 0 0.3em 25px;
   9      text-indent: -25px;
  10  }
  11  .que.multichoice .answer div.r0 label,
  12  .que.multichoice .answer div.r1 label,
  13  .que.multichoice .answer div.r0 div.specificfeedback,
  14  .que.multichoice .answer div.r1 div.specificfeedback {
  15      /* In Chrome and IE, the text-indent above is applied to any embedded table
  16         cells or <li>s, which screws up the intended layout. This fixes it again. */
  17      text-indent: 0;
  18  }
  19  .que.multichoice .answer div.r0 input,
  20  .que.multichoice .answer div.r1 input {
  21      margin: 0 5px;
  22      padding: 0;
  23      width: 15px;
  24  }
  25  .dir-rtl .que.multichoice .answer div.r0,
  26  .dir-rtl .que.multichoice .answer div.r1 {
  27      padding: 0.3em 25px 0.3em 0;
  28  }
  29  
  30  /* Editing form. */
  31  body#page-question-type-multichoice div[id^=fitem_id_][id*=answer_] {
  32      background: #EEE;
  33      margin-top: 0;
  34      margin-bottom: 0;
  35      padding-bottom: 5px;
  36      padding-top: 5px;
  37      border: 1px solid #BBB;
  38      border-bottom: 0;
  39  }
  40  
  41  body#page-question-type-multichoice div[id^=fitem_id_][id*=answer_] .fitemtitle {
  42      font-weight: bold;
  43  }
  44  
  45  body#page-question-type-multichoice div[id^=fitem_id_] .fitemtitle{
  46      margin-left: 0px;
  47      margin-right: 0px;
  48      padding-left: 6px;
  49      padding-right: 0px;
  50  }
  51  
  52  body.dir-rtl#page-question-type-multichoice div[id^=fitem_id_] .fitemtitle {
  53      margin-left: 0px;
  54      margin-right: 0px;
  55      padding-left: 0px;
  56      padding-right: 6px;
  57  }
  58  
  59  body#page-question-type-multichoice div[id^=fitem_id_][id*=fraction_] {
  60      background: #EEE;
  61      margin-bottom: 0;
  62      margin-top: 0;
  63      padding-bottom: 5px;
  64      padding-top: 5px;
  65      border: 1px solid #BBB;
  66      border-top: 0;
  67      border-bottom: 0;
  68  }
  69  
  70  body#page-question-type-multichoice div[id^=fitem_id_][id*=feedback_] {
  71      background: #EEE;
  72      margin-bottom: 2em;
  73      margin-top: 0;
  74      padding-bottom: 5px;
  75      padding-top: 5px;
  76      border: 1px solid #BBB;
  77      border-top: 0;
  78  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1