~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/css/zptstyle.css

merge in beuno' css

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
    width: 98%;
209
209
    margin-top: 0.5em;
210
210
    margin-left: 1em;
 
211
    font-size: 1em;
211
212
}
212
213
 
213
214
.log-entries .log-header {
292
293
 
293
294
.revision-info {
294
295
    border: none;
295
 
    font-size: smaller;
296
296
    margin-bottom: 1em;
297
297
    padding: 0;
298
298
    background-color: #f4f5f8;
312
312
    font-weight: normal;
313
313
    text-align: right;
314
314
    vertical-align: top;
315
 
    
 
315
    font-size: 0.8em;
316
316
    padding-left: 0.5em;
317
317
    padding-right: 0.5em;
318
318
    padding-top: 2px;
321
321
 
322
322
.revision-info td {
323
323
    font-weight: normal;
 
324
    font-size: 0.8em;
324
325
    padding-left: 0.5em;
325
326
    padding-top: 2px;
326
327
    padding-bottom: 2px;
328
329
 
329
330
.revision-info table td.date {
330
331
    font-family: monospace;
 
332
    font-size: 1em;
331
333
}
332
334
 
333
335
.revision-info table td.description {
334
336
    font-family: monospace;
 
337
    font-size: 1em;
335
338
}
336
339
 
337
 
.revision-info table td.files .filename {
 
340
.revision-info table td.files {
338
341
    font-family: monospace;
 
342
    font-size: 1em;
339
343
}
340
344
 
341
345
.revision-info table td.files a.jump {
367
371
.diff-block th.filename {
368
372
    font-family: monospace;
369
373
    font-weight: normal;
370
 
    font-size: smaller;
 
374
    font-size: 1em;
371
375
    padding-left: 1em;
372
376
    padding-top: 1em;
373
377
    padding-bottom: 1em;
376
380
}
377
381
 
378
382
.diff-block .diff-chunk {
379
 
    font-size: 66%;
 
383
    font-size: 0.9em;
380
384
    margin-top: 0px;
381
385
    margin-bottom: 2em;
382
386
}