~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-14 05:43:10 UTC
  • Revision ID: robey@lag.net-20070114054310-q2tl1wlq0198owy3
fix collapse/expand triangles

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: 1.0em;
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 */
315
316
    padding-bottom: 2px;
316
317
}
317
318
 
 
319
.revision-info table td.date {
 
320
    font-family: monospace;
 
321
}
 
322
 
318
323
.revision-info table td.description {
319
324
    font-family: monospace;
320
325
}
400
405
.diff-option-buttons .collapse-file-showall { display: none; }
401
406
 
402
407
.diff-block .show-button { display: none; }
403
 
.collapse-style-unified-content { display: none; }
 
408
.diff .collapse-style-unified-content { display: none; }
404
409
.collapse-style-sbs-show { display: none; }
405
410
 
406
411
.diff-insert {
438
443
}
439
444
.diff .lineno-skip {
440
445
    width: 4em;
441
 
    background-color: #dee7ec;
 
446
    background-color: #dee7ec; 
442
447
}
443
448
.diff .info {
444
449
    color: blue;
445
450
    background-color: #dee7ec;
446
451
    margin-top: 15px;
447
452
}
448
 
/*
449
 
.diff-context-skip {
450
 
    background-color: #dee7ec;
451
 
}*/
452
453
 
453
454
 
454
455
/* ----- file inventory ----- */
459
460
 
460
461
table.inventory {
461
462
    border-collapse: collapse;
462
 
    width: 100%;
 
463
    width: 80%;
463
464
    font-size: smaller;
464
465
    margin-top: 1em;
465
466
    border: 1px solid #8cacbb;
487
488
 
488
489
.inventory td.permissions {
489
490
    font-family: monospace;
490
 
    padding-left: 0.5em;
491
491
    width: 9em;
 
492
    padding-left: 0.5em;
492
493
}
493
494
 
494
495
.inventory td.filename {
496
497
}
497
498
 
498
499
.inventory td.size {
499
 
    font-family: monospace;
500
 
    font-size: smaller;
501
 
    width: 5em;
502
 
    line-height: 1em;
503
 
    vertical-align: bottom;
 
500
        font-family: monospace;
 
501
        font-size: smaller;
 
502
        width: 5em;
504
503
}
505
504
 
506
505
.inventory td.revision {
507
 
    padding-right: 1em;
508
 
    text-align: left;
509
506
    width: 8em;
 
507
    padding-right: 1.5em;
510
508
}
511
509
 
512
510
.inventory td.date {
513
 
    padding-right: 1em;
514
 
    width: 11em;
 
511
    font-family: monospace;
 
512
    font-size: smaller;
 
513
    width: 10em;
 
514
    padding-right: 1.5em;
515
515
}
516
516
 
517
517
.inventory td.changes-link {
 
518
    width: 6em;
518
519
    font-size: smaller;
519
 
    width: 6em;
520
520
}
521
521
 
522
522
.inventory td.download-link {
 
523
    width: 8em;
523
524
    font-size: smaller;
524
 
    width: 8em;
525
525
}
526
526
 
527
527
span.folder {
629
629
}
630
630
 
631
631
.browse-view td,.browse-view th {
632
 
    padding: 0.25em 0.5em 0.25em 0.5em;
 
632
        padding: 0.25em 0.5em 0.25em 0.5em;
633
633
}
634
634
 
635
635
.browse-view td.name {
636
 
    width: 20%;
 
636
        width: 20%;
637
637
}
638
638
 
639
639
.browse-view td.last-update {
640
 
    font-size: smaller;
641
 
    width: 20em;
 
640
        font-size: smaller;
 
641
        width: 15%;
642
642
}
643
643
 
644
644
.browse-view td.url {
645
 
    font-family: monospace;
646
 
    font-size: smaller;
647
 
    padding-left: 3em;
648
 
    padding-top: 0px;
 
645
        font-family: monospace;
 
646
        font-size: smaller;
 
647
        padding-left: 3em;
 
648
        padding-top: 0px;
649
649
}
650
650
 
651
651
.browse-view td.feed {