~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-17 05:37:21 UTC
  • mfrom: (1442.1.33 offering-home)
  • Revision ID: me@williamgrant.id.au-20091217053721-cesek4r55zbsyj4b
Replace the offering worksheets page with an offering index, including project information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
h1 {
37
37
    margin: 0;
 
38
    font-size: x-large;
 
39
    font-weight: normal;
 
40
}
 
41
 
 
42
#ivleview > h1 {
38
43
    padding: 0.5em 0 0 0.5em;
39
 
    font-size: x-large;
40
 
    font-weight: normal;
41
44
}
42
45
 
43
46
h2 {
189
192
    padding: 0 1em 1em 1em;
190
193
}
191
194
 
 
195
/* Add extra vertical spacing between major page sections. */
 
196
#ivle_padding .majorsection {
 
197
    margin-bottom: 2em;
 
198
}
 
199
 
 
200
#ivle_padding .majorsection > * {
 
201
    margin-left: 1.5em;
 
202
}
 
203
 
 
204
#ivle_padding .majorsection > h2:first-child {
 
205
    margin-left: 0;
 
206
}
 
207
 
192
208
p.userhello {
193
209
    font-size: .8em;
194
210
    margin: 0;
258
274
  color: #111;
259
275
}
260
276
 
 
277
.paddedlist > li {
 
278
  margin-bottom: 0.5em;
 
279
}
 
280
 
261
281
/* Action links have a 16x16 icon on the left. */
262
282
.addaction,
263
283
.editaction,
301
321
  display: block;
302
322
  margin-bottom: 0.3em;
303
323
}
 
324
 
 
325
.project.closed {
 
326
    opacity: 0.6;
 
327
}