~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-12-01 06:17:00 UTC
  • mfrom: (1294.1.11 new-user-ui)
  • Revision ID: grantw@unimelb.edu.au-20091201061700-8s92mwk3wf9goot6
Merge new-user-ui. The user settings view is no longer JavaScripty, and admins are further empowered.

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
    border: 1px solid #a22;
197
197
    background: #f88;
198
198
}
 
199
 
 
200
form.verticalform div {
 
201
    padding: 0.2em 0;
 
202
}
 
203
 
 
204
form.verticalform div label {
 
205
    display: block;
 
206
    float: left;
 
207
    text-align: right;
 
208
    width: 200px;
 
209
    margin-right: 5px;
 
210
    font-weight: bold;
 
211
}