Ticket #14265: 14265.diff
File 14265.diff, 3.0 KB (added by , 15 years ago) |
---|
-
wp-admin/css/colors-classic.dev.css
1719 1719 background-color: #f1f1f1; 1720 1720 } 1721 1721 1722 #nav-menu-header, .menu-item-handle {1722 #nav-menu-header, #nav-menu-footer, .menu-item-handle { 1723 1723 background: url("../images/blue-grad.png") repeat-x scroll left top #d5e6f2; 1724 1724 } 1725 1725 -
wp-admin/css/colors-fresh.dev.css
1686 1686 background-color: #f1f1f1; 1687 1687 } 1688 1688 1689 #nav-menu-header, .menu-item-handle {1689 #nav-menu-header, #nav-menu-footer, .menu-item-handle { 1690 1690 background: url("../images/gray-grad.png") repeat-x scroll left top #dfdfdf; 1691 1691 } 1692 1692 -
wp-admin/css/nav-menu.dev.css
61 61 margin-bottom: 20px; 62 62 } 63 63 64 #nav-menu-header, #post-body {64 #nav-menu-header, #post-body, #nav-menu-footer { 65 65 border-color: #ccc; 66 66 border-style: solid; 67 67 } … … 81 81 #post-body { 82 82 background: #fff; 83 83 padding: 10px; 84 border-width: 0 1px 1px 1px; 85 -moz-border-radius-bottomleft: 6px; 86 -webkit-border-bottom-left-radius: 6px; 87 -khtml-border-bottom-left-radius: 6px; 88 border-bottom-left-radius: 6px; 89 -moz-border-radius-bottomright: 6px; 90 -webkit-border-bottom-right-radius: 6px; 91 -khtml-border-bottom-right-radius: 6px; 92 border-bottom-right-radius: 6px; 84 border-width: 0 1px; 93 85 } 94 86 95 87 #post-body div.updated { … … 103 95 #menu-management .menu-add-new abbr { 104 96 font-weight:bold; 105 97 } 98 99 #nav-menu-footer { 100 border-width: 0 1px 1px 1px; 101 -moz-border-radius-bottomleft: 6px; 102 -webkit-border-bottom-left-radius: 6px; 103 -khtml-border-bottom-left-radius: 6px; 104 border-bottom-left-radius: 6px; 105 -moz-border-radius-bottomright: 6px; 106 -webkit-border-bottom-right-radius: 6px; 107 -khtml-border-bottom-right-radius: 6px; 108 border-bottom-right-radius: 6px; 109 } 106 110 107 111 /* Menu Tabs */ 108 112 -
wp-admin/nav-menus.php
593 593 ?> 594 594 </div><!-- /#post-body-content --> 595 595 </div><!-- /#post-body --> 596 <div id="nav-menu-footer"> 597 <div class="major-publishing-actions"> 598 <div class="publishing-action"> 599 <input class="button-primary menu-save" name="save_menu" type="submit" value="<?php empty($nav_menu_selected_id) ? esc_attr_e('Create Menu') : esc_attr_e('Save Menu'); ?>" /> 600 </div> 601 </div> 602 </div><!-- /#nav-menu-footer --> 596 603 </form><!-- /#update-nav-menu --> 597 604 </div><!-- /.menu-edit --> 598 605 </div><!-- /#menu-management -->