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

« back to all changes in this revision

Viewing changes to www/media/common/ivle.css

  • Committer: mattgiuca
  • Date: 2008-08-18 12:15:25 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1027
Tutorial: Added new feature - previous attempt viewing. Allows users to see
    code they have previously submitted to tutorials.
    A new button ("View previous attempts") appears on each exercise box.
    This uses the getattempts and getattempt Ajax services checked in
    previously.
Note once again: Students are not (for the moment) able to see deactivated
attempts (this is a conservative approach - the ability to see deactivated
attempts can be turned on by setting HISTORY_ALLOW_INACTIVE = True in
tutorialservice).

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    padding: 1em;
95
95
}
96
96
 
97
 
.userhello {
 
97
p.userhello {
98
98
    font-size: .8em;
99
99
    top: 0;
100
100
    text-align: right;
101
101
    padding: 11px 0;
102
102
    margin: 0;
103
103
}
104
 
.userhello .username {
 
104
p.userhello .username {
105
105
    font-weight: bold;
106
106
}
107
107