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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-02-26 03:48:31 UTC
  • Revision ID: grantw@unimelb.edu.au-20100226034831-c574za5wve83nir5
Separate users and admins on the user list, and strike through those who are disabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
373
373
.horizontalactions * {
374
374
    margin-right: 0.5em;
375
375
}
 
376
 
 
377
.disabled_user {
 
378
    text-decoration: line-through;
 
379
}