~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-24 13:13:21 UTC
  • mfrom: (1689.1.19 worksheet-marks)
  • Revision ID: matt.giuca@gmail.com-20100224131321-eno7xbrqsyukz869
Added worksheet marks reporting UI for lecturers. This includes the ability to view worksheet marks table in the web application and download as a CSV, as well as some basic statistics on exercise completion. Removed the ivle-marks script, as now lecturers can get the same data themselves. Fixes Launchpad bug #520179.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
.manageaction,
291
291
.groupaction,
292
292
.subjectaction,
 
293
.marksaction,
293
294
.verifyaction,
294
295
.helpaction,
295
296
.webaction {
326
327
  background-image: url(../ivle.webapp.tutorial/tutorial-small.png);
327
328
}
328
329
 
 
330
.marksaction {
 
331
  background-image: url(../ivle.webapp.tutorial/images/table.png);
 
332
}
 
333
 
329
334
.verifyaction {
330
335
  background-image: url(images/interface/magnifier.png);
331
336
}