~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-11 08:36:15 UTC
  • Revision ID: grantw@unimelb.edu.au-20100211083615-5imzir7px5dblvwk
divify the login form, fixing up the submit/error indentation while there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
    font-weight: bold;
228
228
}
229
229
 
 
230
form.verticalform.thin div label {
 
231
    width: 100px;
 
232
}
 
233
 
230
234
form.verticalform div.submit {
231
235
    margin-left: 205px;
232
236
}
233
237
 
 
238
form.verticalform.thin div.submit {
 
239
    margin-left: 105px;
 
240
}
 
241
 
234
242
.stackedform div label {
235
243
    font-weight: bold;
236
244
}