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

« back to all changes in this revision

Viewing changes to ivle/webapp/coremedia/ivle.css

  • Committer: William Grant
  • Date: 2010-02-15 07:30:52 UTC
  • Revision ID: grantw@unimelb.edu.au-20100215073052-28tc9azmtzdm6cr0
Add a horizontalactions class, which spaces horizontal actions nicely. Use it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
.form_error {
359
359
    color: darkred;
360
360
}
 
361
 
 
362
.horizontalactions * {
 
363
    margin-right: 0.5em;
 
364
}