~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/coremedia/ivle.css

  • Committer: Matt Giuca
  • Date: 2010-07-22 00:45:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1818.
  • Revision ID: matt.giuca@gmail.com-20100722004505-ny4h7rytlexyjxby
Project page: Late submissions are now shown in red (the whole line, not just the date), rather than italics.
Required a bit of CSS hackery (see comments in coremedia/ivle.css).

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
  margin-bottom: 0.3em;
367
367
}
368
368
 
369
 
.project.closed {
370
 
    color: darkred;
371
 
}
372
 
 
373
 
.late_submission {
374
 
    font-style: italic;
 
369
/* For project view (late_submission entries in the submission list), must
 
370
 * apply to the td (not the tr) and be !important to override the pretty_table
 
371
 * styling of the td text colour. */
 
372
.project.closed, .late_submission, tr.late_submission td {
 
373
   color: darkred !important;
375
374
}
376
375
 
377
376
.form_error {