editor_stylesheet

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:menu_post_by_email:1) - <override_macro name="menu_post_by_email" requires="node">
   Usages of this macro
... in text_editor.naml
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="editor_stylesheet">
    <style type="text/css">
        div.editor-dropdown {
            margin-top:1.8em;
            position:absolute;
            display:none;
            z-index:1000;
            border-width:1px;
            border-style:solid;
        }
        .nabble div.toolbar {
            min-width:30em;
            max-width:55em;
            width:100%;
            padding:.1em;
        }
        table.toolbar {
            border-spacing:0;
        }
        table.toolbar td {
            padding:0;
        }
        button {
            white-space:nowrap;
        }
        div > h2 {
            margin:0;
            padding:0;
        }
    </style>
</macro>