~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Robey Pointer
  • Date: 2007-01-08 07:06:06 UTC
  • Revision ID: robey@lag.net-20070108070606-bztqt5nlyn0w9rda
fix up the diff color key and collapse buttons on the revision page so they
look more reasonable, and even mostly work in safari.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    color: #708a96;
26
26
    font-weight: normal;
27
27
    font-size: 1.6em;
28
 
    margin-bottom: 1em;
 
28
    margin-bottom: 1.5em;
29
29
}
30
30
h1 .filename {
31
31
    font-family: monospace;
62
62
.navbar {
63
63
}
64
64
 
65
 
.bar table {
 
65
.navbar table, .bar table {
66
66
    width: 100%;
67
 
    border-collapse: collapse;
68
 
}
69
 
 
70
 
/* safari gives forms a big default margin, to vex me */
71
 
.bar form {
72
 
    margin: 0px;
73
67
}
74
68
 
75
69
.bar {
201
195
/* ----- changelog page ----- */
202
196
 
203
197
/* secret css-jutsu to make hidden margins vanish on a table */
204
 
.log-entries {
 
198
.log-entries table {
205
199
    border-collapse: collapse;
206
 
    width: 98%;
207
 
    margin-top: 0.5em;
208
 
    margin-left: 1em;
209
 
}
210
 
 
211
 
.log-entries .log-header {
212
 
    background-color: #8cacbb;
213
 
    padding-top: 3px;
214
 
    padding-bottom: 3px;
215
 
    text-align: left;
 
200
    width: 100%;
216
201
}
217
202
 
218
203
.log-entries .revision-header {
219
 
    font-size: normal;
220
 
}
221
 
 
222
 
.log-entries .revision-header td {
223
 
    padding-top: 2px;
224
 
    padding-bottom: 2px;
 
204
    background-color: #dee7ec;
 
205
    padding: 3px;
 
206
    width: 80%;
 
207
    margin-top: 1em;
 
208
    margin-left: 1em;
225
209
}
226
210
 
227
211
.log-entries .revision-header td.expand-button {
228
212
    width: 20px;
229
213
}
230
214
 
231
 
.log-entries .revision-number {
 
215
.log-entries .revision-header .revision-number {
 
216
    width: 6em;
232
217
    padding-left: 0.5em;
233
218
}
234
219
 
235
 
.log-entries .revision-header td.date {
236
 
    font-size: smaller;
237
 
}
238
 
 
239
 
.log-entries .revision-header td.author {
240
 
    font-size: smaller;
241
 
    padding-right: 0.5em;
242
 
}
243
 
 
244
220
.log-entries .revision-header .inventory-link {
245
221
    font-size: smaller;
246
222
    vertical-align: middle;
247
 
    text-align: left;
 
223
    width: 4em;
 
224
    text-align: right;
248
225
    padding-right: 0.5em;
249
226
}
250
227
 
251
 
.log-entries table.revision-details {
 
228
.log-entries .revision-details-block {
 
229
    width: 80%;
 
230
    border: none;
 
231
    margin-left: 8em;
 
232
    margin-bottom: 1.5em;
 
233
}
 
234
 
 
235
.log-entries .revision-details table {
252
236
    font-size: smaller;
253
 
    margin-bottom: 1.0em;
 
237
    width: 100%;
254
238
}
255
239
 
256
 
.log-entries table.revision-details th {
 
240
.log-entries .revision-details th {
 
241
    width: 8em;
257
242
    text-align: right;
258
243
    padding-right: 0.5em;
259
244
    vertical-align: top;
260
245
}
261
246
 
262
 
.log-entries table.revision-details td.files .filename {
 
247
.log-entries .revision-details td.date {
 
248
/*    font-family: monospace; */
 
249
}
 
250
 
 
251
.log-entries .revision-details th.files {
 
252
    padding-top: 1em;
 
253
}
 
254
 
 
255
.log-entries .revision-details td.files {
 
256
    padding-top: 1em;
 
257
}
 
258
 
 
259
.log-entries .revision-details td.files .filename {
263
260
    font-family: monospace;
264
261
}
265
262
 
267
264
    font-size: smaller;
268
265
}
269
266
 
 
267
.log-entries .revision-details th.description {
 
268
    padding-top: 1em;
 
269
}
270
270
.log-entries .revision-details td.description {
271
271
    font-family: monospace;
 
272
    padding-top: 1em;
272
273
}
273
274
 
274
275
/* default state: hide all */
404
405
.diff-option-buttons .collapse-file-showall { display: none; }
405
406
 
406
407
.diff-block .show-button { display: none; }
407
 
.collapse-style-unified-content { display: none; }
 
408
.diff .collapse-style-unified-content { display: none; }
408
409
.collapse-style-sbs-show { display: none; }
409
410
 
410
411
.diff-insert {
411
 
    background-color: #9cc8ff;
 
412
    background-color: #b0efb0;
412
413
}
413
414
.diff-delete {
414
415
    background-color: #ffa0a0;
442
443
}
443
444
.diff .lineno-skip {
444
445
    width: 4em;
445
 
    background-color: #dee7ec;
 
446
    background-color: #dee7ec; 
446
447
}
447
448
.diff .info {
448
449
    color: blue;
449
450
    background-color: #dee7ec;
450
451
    margin-top: 15px;
451
452
}
452
 
/*
453
 
.diff-context-skip {
454
 
    background-color: #dee7ec;
455
 
}*/
456
453
 
457
454
 
458
455
/* ----- file inventory ----- */
463
460
 
464
461
table.inventory {
465
462
    border-collapse: collapse;
466
 
    width: 100%;
 
463
    width: 80%;
467
464
    font-size: smaller;
468
465
    margin-top: 1em;
469
466
    border: 1px solid #8cacbb;
491
488
 
492
489
.inventory td.permissions {
493
490
    font-family: monospace;
494
 
    padding-left: 0.5em;
495
491
    width: 9em;
 
492
    padding-left: 0.5em;
496
493
}
497
494
 
498
495
.inventory td.filename {
500
497
}
501
498
 
502
499
.inventory td.size {
503
 
    font-family: monospace;
504
 
    font-size: smaller;
505
 
    width: 5em;
 
500
        font-family: monospace;
 
501
        font-size: smaller;
 
502
        width: 5em;
506
503
}
507
504
 
508
505
.inventory td.revision {
509
 
    padding-right: 1em;
510
 
    text-align: left;
511
506
    width: 8em;
 
507
    padding-right: 1.5em;
512
508
}
513
509
 
514
510
.inventory td.date {
515
 
    padding-right: 1em;
 
511
    font-family: monospace;
 
512
    font-size: smaller;
516
513
    width: 10em;
 
514
    padding-right: 1.5em;
517
515
}
518
516
 
519
517
.inventory td.changes-link {
 
518
    width: 6em;
520
519
    font-size: smaller;
521
 
    width: 6em;
522
520
}
523
521
 
524
522
.inventory td.download-link {
 
523
    width: 8em;
525
524
    font-size: smaller;
526
 
    width: 8em;
527
525
}
528
526
 
529
527
span.folder {
631
629
}
632
630
 
633
631
.browse-view td,.browse-view th {
634
 
    padding: 0.25em 0.5em 0.25em 0.5em;
 
632
        padding: 0.25em 0.5em 0.25em 0.5em;
635
633
}
636
634
 
637
635
.browse-view td.name {
638
 
    width: 20%;
 
636
        width: 20%;
639
637
}
640
638
 
641
639
.browse-view td.last-update {
642
 
    font-size: smaller;
643
 
    width: 20em;
 
640
        font-size: smaller;
 
641
        width: 15%;
644
642
}
645
643
 
646
644
.browse-view td.url {
647
 
    font-family: monospace;
648
 
    font-size: smaller;
649
 
    padding-left: 3em;
650
 
    padding-top: 0px;
 
645
        font-family: monospace;
 
646
        font-size: smaller;
 
647
        padding-left: 3em;
 
648
        padding-top: 0px;
651
649
}
652
650
 
653
651
.browse-view td.feed {