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

« back to all changes in this revision

Viewing changes to www/media/subjects/subjects.css

  • Committer: William Grant
  • Date: 2010-07-27 10:25:59 UTC
  • Revision ID: grantw@unimelb.edu.au-20100727102559-cvt3fhlaiaknd5bp
Validate uniqueness of Subject.code at the form layer, so we don't crash due to DB constraints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
iframe {
2
 
    position: absolute;
3
 
    left: 0;
4
 
    right: 0;
5
 
    top: 0;
6
 
    bottom: 0;
7
 
    border: 0;
8
 
    width: 100%;
9
 
    height 100%;
10
 
}