~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-12 10:58:21 UTC
  • Revision ID: matt.giuca@gmail.com-20100212105821-bz639w1gdyg5657a
Removed submission advice from the subjects page, instead linking to the help page (which contained the same text). Also linked to this page from the submit page. Minor tweaks to the text relating to the submission advice. Fixes Launchpad Bug #520284.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
.groupaction,
292
292
.subjectaction,
293
293
.verifyaction,
 
294
.helpaction,
294
295
.webaction {
295
296
  padding-left: 20px;
296
297
  background-position: left center;
329
330
  background-image: url(images/interface/magnifier.png);
330
331
}
331
332
 
 
333
.helpaction {
 
334
  background-image: url(../ivle.webapp.help/help.png);
 
335
}
 
336
 
332
337
.webaction {
333
338
  background-image: url(images/interface/world.png);
334
339
}