[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  .que.shortanswer .answer {
   2      padding: 0.3em;
   3      display: inline;
   4  }
   5  .que.shortanswer .answer input {
   6      width: 80%;
   7  }
   8  
   9  /* Editing form. */
  10  body#page-question-type-shortanswer div[id^=fgroup_id_][id*=answeroptions_] {
  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-shortanswer div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label{
  21      font-weight: bold;
  22  }
  23  
  24  body#page-question-type-shortanswer div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_']{
  25      position: absolute;
  26      left: -10000px;
  27      font-weight: normal;
  28      font-size: 1em;
  29  }
  30  
  31  body#page-question-type-shortanswer div[id^=fitem_id_][id*=fraction_] {
  32      background: #EEE;
  33      margin-bottom: 0;
  34      margin-top: 0;
  35      padding-bottom: 5px;
  36      padding-top: 5px;
  37      border: 1px solid #BBB;
  38      border-top: 0;
  39      border-bottom: 0;
  40  }
  41  
  42  body#page-question-type-shortanswer div[id^=fitem_id_][id*=feedback_] {
  43      background: #EEE;
  44      margin-bottom: 2em;
  45      margin-top: 0;
  46      padding-bottom: 5px;
  47      padding-top: 5px;
  48      border: 1px solid #BBB;
  49      border-top: 0;
  50  }


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