Ticket #21754: 21754.4.diff
File 21754.4.diff, 1.9 KB (added by , 12 years ago) |
---|
-
wp-admin/includes/dashboard.php
480 480 if ( $drafts_query->posts ) 481 481 $drafts =& $drafts_query->posts; 482 482 } 483 printf('<p class=" textright">' . __('You can also try %s, easy blogging from anywhere on the Web.') . '</p>', '<a href="' . esc_url( admin_url( 'tools.php' ) ) . '">' . __('Press This') . '</a>' );483 printf('<p class="easy-blogging">' . __('You can also try %s, easy blogging from anywhere on the Web.') . '</p>', '<a href="' . esc_url( admin_url( 'tools.php' ) ) . '">' . __('Press This') . '</a>' ); 484 484 $_REQUEST = array(); // hack for get_default_post_to_edit() 485 485 } 486 486 -
wp-admin/css/wp-admin.css
2100 2100 2101 2101 .postbox .inside, 2102 2102 .stuffbox .inside { 2103 padding: 0 1 0px;2103 padding: 0 12px 0 10px; 2104 2104 line-height: 1.4em; 2105 2105 } 2106 2106 … … 5847 5847 } 5848 5848 5849 5849 #dashboard-widgets form .input-text-wrap input { 5850 width: 99%;5850 width: 100%; 5851 5851 } 5852 5852 5853 5853 #dashboard-widgets form .textarea-wrap textarea { 5854 width: 99%;5854 width: 100%; 5855 5855 } 5856 5856 5857 5857 #dashboard-widgets .postbox form .submit { … … 5861 5861 border: none; 5862 5862 } 5863 5863 5864 #dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input {5865 margin: 0 5px 0 0;5866 }5867 5868 5864 #dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish { 5869 5865 min-width: 0; 5870 5866 } … … 6065 6061 } 6066 6062 6067 6063 /* QuickPress */ 6064 #dashboard_quick_press .easy-blogging { 6065 padding: 0 8px; 6066 text-align: left; 6067 } 6068 6068 6069 #dashboard_quick_press .input-text-wrap { 6069 6070 position: relative; 6070 6071 } … … 6074 6075 position: absolute; 6075 6076 } 6076 6077 6078 #dashboard_quick_press div.updated { 6079 padding: 0 5px; 6080 } 6081 6077 6082 #title-wrap label, 6078 6083 #tags-input-wrap label { 6079 6084 cursor: text;