~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-25 01:13:40 UTC
  • Revision ID: matt.giuca@gmail.com-20100225011340-s604qzuvqt73zh6z
Login page: Added a warning that Internet Explorer is unsupported at this time. This checks the UA string for 'MSIE' and a bit more magic. Fixes Launchpad bug #526822.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
.addaction,
287
287
.deleteaction,
288
288
.editaction,
 
289
.erroraction,
289
290
.keyaction,
290
291
.manageaction,
291
292
.groupaction,
311
312
  background-image: url(images/interface/pencil.png);
312
313
}
313
314
 
 
315
.erroraction {
 
316
  background-image: url(images/interface/error.png);
 
317
}
 
318
 
314
319
.keyaction {
315
320
  background-image: url(images/interface/key.png);
316
321
}