classic_stylesheet_small_avatar

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in topic.naml
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
<macro name="classic_stylesheet_small_avatar">
    <style type="text/css">
        div.classic-header {
            height:2.2em;
            min-height:33px;
            clear:both;
            overflow:hidden;
        }
        div.classic-bar {
            padding:0 .4em .7em;
            clear:both;
            height:1.7em;
            min-height:33px;
        }
        table.classic-author-name {
            border-spacing:0;
            width: 140px;
            float:left;
        }
        table.classic-author-name td {
            overflow-x: hidden;
            height:2.2em;
        }
        table.classic-author-name td.avatar {
            width:30px;
            overflow:visible;
        }
        div.classic-subject-line {
            left:.5em;
            overflow-x:hidden;
            line-height:2.4em;
            position:relative;
        }
        div.classic-right-menu {
            float:right;
            line-height:2.4em;
            padding-left:1em;
        }
        table.classic-body {
            border-collapse:collapse;
            margin-bottom:1em;
            table-layout: fixed;
            width:100%;
        }
        td.classic-author {
            vertical-align: top;
            text-align:center;
            width:5px;
            padding:1em 0;
        }
        td.classic-message {
            vertical-align:top;
            padding:1em;
        }
        div.message-text {
            cursor:text;
            overflow-x:auto;
        }
    </style>
</macro>