[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/mod/lesson/ -> styles.css (source)

   1  /** General styles (scope: all of lesson) **/
   2  .path-mod-lesson .contents,
   3  .path-mod-lesson .standardtable,
   4  .path-mod-lesson .mform .box.contents,
   5  .path-mod-lesson .invisiblefieldset.fieldsetfix tr {text-align: left;}
   6  .path-mod-lesson #layout-table {width: 100%;}
   7  .path-mod-lesson .edit_buttons form,
   8  .path-mod-lesson .edit_buttons input {display: inline;}
   9  .path-mod-lesson .userinfotable .cell,
  10  .path-mod-lesson .userinfotable .userpicture {vertical-align: middle;}
  11  .path-mod-lesson .invisiblefieldset.fieldsetfix {display: block;}
  12  .path-mod-lesson .slideshow {overflow: auto;padding: 15px;}
  13  .path-mod-lesson .menu .menuwrapper {max-height: 400px;overflow: auto;vertical-align: top;margin-bottom: 10px;}
  14  .path-mod-lesson .menu ul {list-style: none;padding: 5px 0px 0px 5px;margin: 0px;}
  15  .path-mod-lesson .menu ul li {padding-bottom: 5px;}
  16  .path-mod-lesson .skip {position: absolute;top: -1000em;width: 20em;}
  17  .path-mod-lesson .branchbuttoncontainer.horizontal div,
  18  .path-mod-lesson .branchbuttoncontainer.horizontal form {display: inline;}
  19  .path-mod-lesson .firstpageoptions {width:30%;margin-left:35%;margin-top:1em;}
  20  .path-mod-lesson .progress_bar_table,
  21  .path-mod-lesson .progress_bar_completed,
  22  .path-mod-lesson .progress_bar_todo {padding: 0;margin: 0;}
  23  .path-mod-lesson .progress_bar_token {height: 20px;width: 5px;padding: 0;margin: 0;}
  24  .path-mod-lesson .edit_pages_box .addlinks {margin:0;margin-bottom:1em;}
  25  .path-mod-lesson .progress_bar_completed {background-color:green; text-align:right; vertical-align:middle; color:#FFF;}
  26  
  27  .path-mod-lesson .resourcecontent {text-align: center;}
  28  
  29  .path-mod-lesson .answeroption .fcheckbox > span,
  30  .path-mod-lesson .answeroption .fradio > span {
  31      position: relative;
  32      float: left;
  33  }
  34  
  35  .path-mod-lesson .answeroption .fcheckbox input,
  36  .path-mod-lesson .answeroption .fradio input {
  37      position: absolute;
  38      top: 2px;
  39      margin-top: 0px;
  40      left: 0;
  41  }
  42  
  43  .path-mod-lesson .answeroption .fcheckbox label,
  44  .path-mod-lesson .answeroption .fradio label {
  45      padding-left: 20px;
  46      float: left;
  47  }
  48  
  49  .path-mod-lesson .answeroption .felement label p:last-child {
  50      margin-bottom: 0px;
  51  }
  52  
  53  .path-mod-lesson.dir-rtl .answeroption .fcheckbox > span,
  54  .path-mod-lesson.dir-rtl .answeroption .fradio > span {
  55      float: right;
  56  }
  57  
  58  .path-mod-lesson.dir-rtl .answeroption .fcheckbox input,
  59  .path-mod-lesson.dir-rtl .answeroption .fradio input {
  60      left: inherit;
  61      right: 0;
  62  }
  63  
  64  .path-mod-lesson.dir-rtl .answeroption .fcheckbox label,
  65  .path-mod-lesson.dir-rtl .answeroption .fradio label {
  66      padding-left: 0;
  67      padding-right: 20px;
  68      float: right;
  69  }
  70  
  71  /**
  72   * Style for view.php
  73   **/
  74  #page-mod-lesson-view .password-form .submitbutton {display: inline;}
  75  .path-mod-lesson .reviewessay {width:40%; border:1px solid #DDDDDD; background-color: #EEEEEE;}
  76  
  77  .path-mod-lesson.dir-rtl .contents,
  78  .path-mod-lesson.dir-rtl .standardtable,
  79  .path-mod-lesson.dir-rtl .mform .box.contents,
  80  .path-mod-lesson.dir-rtl .invisiblefieldset.fieldsetfix tr {text-align: right;}
  81  
  82  /* Countdown timer. */
  83  #lesson-timer {
  84      text-align: center;
  85  }


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