~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-02-11 08:58:01 UTC
  • Revision ID: matt.giuca@gmail.com-20100211085801-l6w2v24qn4ub9yiv
Subject page: Added Verify links on the subject pages to any projects with
existing submissions. This simply links to the path/revision which was
submitted.
database.py: Added Assessed.checkout_location and
    ProjectSubmission.get_verify_url to assist with this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
.manageaction,
291
291
.groupaction,
292
292
.subjectaction,
 
293
.verifyaction,
293
294
.webaction {
294
295
  padding-left: 20px;
295
296
  background-position: left center;
324
325
  background-image: url(../ivle.webapp.tutorial/tutorial-small.png);
325
326
}
326
327
 
 
328
.verifyaction {
 
329
  background-image: url(images/interface/magnifier.png);
 
330
}
 
331
 
327
332
.webaction {
328
333
  background-image: url(images/interface/world.png);
329
334
}