~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: 2009-03-17 04:48:07 UTC
  • mfrom: (1099.1.243 exercise-ui)
  • Revision ID: grantw@unimelb.edu.au-20090317044807-pozdt54fapazp2sp
Merge lp:~ivle-dev/ivle/exercise-ui.

Lecturers can now add and edit exercises, and worksheets can be written
in RST directly inside IVLE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
#tos_acceptbuttons {
188
188
    text-align: center;
189
189
}
 
190
 
 
191
/* For system warning messages */
 
192
.system_warning {
 
193
    margin: 1em;
 
194
    padding: 0.5em;
 
195
    border: 1px solid #a22;
 
196
    background: #f88;
 
197
}