[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/mod/workshop/allocation/manual/ -> styles.css (source)

   1  /**
   2   * Manual allocator
   3   */
   4  
   5  .path-mod-workshop .manual-allocator .allocations {
   6      margin: 0px auto;
   7  }
   8  
   9  .path-mod-workshop .manual-allocator .allocations .r0 {
  10      background-color: #eee;
  11  }
  12  
  13  .path-mod-workshop .manual-allocator .allocations .r0.highlightreviewerof,
  14  .path-mod-workshop .manual-allocator .allocations .r0.highlightreviewedby {
  15      background-color: inherit;
  16  }
  17  
  18  .path-mod-workshop .manual-allocator .allocations .peer .image {
  19      margin-right: 5px;
  20      vertical-align: middle;
  21  }
  22  
  23  .path-mod-workshop .manual-allocator .allocations .reviewedby .image,
  24  .path-mod-workshop .manual-allocator .allocations .reviewerof .image {
  25      margin-right: 3px;
  26      vertical-align: middle;
  27  }
  28  
  29  .path-mod-workshop .manual-allocator .allocations .highlightreviewedby .reviewedby,
  30  .path-mod-workshop .manual-allocator .allocations .highlightreviewerof .reviewerof {
  31      background-color: #fff3d2;
  32  }
  33  
  34  .path-mod-workshop .manual-allocator .allocations tr td {
  35      vertical-align: top;
  36      padding: 5px;
  37  }
  38  
  39  .path-mod-workshop .manual-allocator .allocations tr td ul {
  40      margin: 0px;
  41  }
  42  
  43  .path-mod-workshop .manual-allocator .allocations tr td ul li {
  44      list-style: none;
  45  }
  46  
  47  .path-mod-workshop .manual-allocator .allocations tr td.peer {
  48      border-left: 1px solid #ccc;
  49      border-right: 1px solid #ccc;
  50  }
  51  
  52  .path-mod-workshop .manual-allocator .allocations .reviewedby .info,
  53  .path-mod-workshop .manual-allocator .allocations .peer .info,
  54  .path-mod-workshop .manual-allocator .allocations .reviewerof .info {
  55      font-size: 80%;
  56      color: #888;
  57      font-style: italic;
  58  }
  59  
  60  .path-mod-workshop .manual-allocator .allocations .peer .submission {
  61      font-size: 90%;
  62      margin-top: 1em;
  63  }


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