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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/subjects.html

  • 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:
31
31
            </tr>
32
32
          </tbody>
33
33
        </table>
34
 
        <p>
 
34
        <div class="horizontalactions">
35
35
          <a class="addaction" href="/subjects/+new">Create new subject</a>
36
36
          <a class="addaction" href="/subjects/+new-offering">Create new offering</a>
37
 
        </p>
 
37
        </div>
38
38
      </py:if>
39
39
    </div>
40
40
  </body>