Make WordPress Core

Ticket #13134: 13134.create.css.patch

File 13134.create.css.patch, 1.6 KB (added by koopersmith, 15 years ago)
  • wp-admin/nav-menus.php

     
    412412                                                                ?>
    413413                                                                </ul>
    414414                                                        <?php elseif ( empty($nav_menu_selected_id) ):
     415                                                                echo '<div class="post-body-plain">';
    415416                                                                echo '<p>' . __('To create your first custom menu, give it a name above, then choose items like pages, categories or custom links from the left column to add to this menu.') . '</p>';
    416417                                                                echo '<p>' . __('After you have added your items, drag and drop to put them in the order you want, and click each item to reveal additional configuration options.') . '</p>';
    417418                                                                echo '<p>' . __('When you are finished building your custom menu, make sure you click the Save Menu button above.') . '</p>';
    418419                                                                echo '<p>' . __('You can create multiple menus. You can also display custom menus using the new "Custom Menu" widget.') . '</p>';
    419420                                                                echo '<p>' . __('For more information on this feature, see the <a href="codex link">Custom Menus</a> article in the Codex.') . '</p>';
     421                                                                echo '</div>';
    420422                                                        endif; ?>
    421423                                                        <br class="clear" />
    422424                                                </div><!-- /#post-body-content-->
  • wp-admin/css/nav-menu.dev.css

     
    7878                -khtml-border-bottom-right-radius: 6px;
    7979                border-bottom-right-radius: 6px;
    8080        }
     81       
     82        .post-body-plain {
     83                padding: 10px 10px 0 0;
     84        }
    8185
    8286        #menu-management .menu-add-new abbr {
    8387                font-weight:bold;