| 1 | Index: wp-admin/includes/dashboard.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/includes/dashboard.php (revision 21969) |
|---|
| 4 | +++ wp-admin/includes/dashboard.php (working copy) |
|---|
| 5 | @@ -480,7 +480,7 @@ |
|---|
| 6 | if ( $drafts_query->posts ) |
|---|
| 7 | $drafts =& $drafts_query->posts; |
|---|
| 8 | } |
|---|
| 9 | - 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>' ); |
|---|
| 10 | + 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>' ); |
|---|
| 11 | $_REQUEST = array(); // hack for get_default_post_to_edit() |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | Index: wp-admin/css/wp-admin.css |
|---|
| 15 | =================================================================== |
|---|
| 16 | --- wp-admin/css/wp-admin.css (revision 21969) |
|---|
| 17 | +++ wp-admin/css/wp-admin.css (working copy) |
|---|
| 18 | @@ -2100,7 +2100,7 @@ |
|---|
| 19 | |
|---|
| 20 | .postbox .inside, |
|---|
| 21 | .stuffbox .inside { |
|---|
| 22 | - padding: 0 10px; |
|---|
| 23 | + padding: 0 12px 0 10px; |
|---|
| 24 | line-height: 1.4em; |
|---|
| 25 | } |
|---|
| 26 | |
|---|
| 27 | @@ -5847,11 +5847,11 @@ |
|---|
| 28 | } |
|---|
| 29 | |
|---|
| 30 | #dashboard-widgets form .input-text-wrap input { |
|---|
| 31 | - width: 99%; |
|---|
| 32 | + width: 100%; |
|---|
| 33 | } |
|---|
| 34 | |
|---|
| 35 | #dashboard-widgets form .textarea-wrap textarea { |
|---|
| 36 | - width: 99%; |
|---|
| 37 | + width: 100%; |
|---|
| 38 | } |
|---|
| 39 | |
|---|
| 40 | #dashboard-widgets .postbox form .submit { |
|---|
| 41 | @@ -5861,10 +5861,6 @@ |
|---|
| 42 | border: none; |
|---|
| 43 | } |
|---|
| 44 | |
|---|
| 45 | -#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input { |
|---|
| 46 | - margin: 0 5px 0 0; |
|---|
| 47 | -} |
|---|
| 48 | - |
|---|
| 49 | #dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish { |
|---|
| 50 | min-width: 0; |
|---|
| 51 | } |
|---|
| 52 | @@ -6065,6 +6061,11 @@ |
|---|
| 53 | } |
|---|
| 54 | |
|---|
| 55 | /* QuickPress */ |
|---|
| 56 | +#dashboard_quick_press .easy-blogging { |
|---|
| 57 | + padding: 0 8px; |
|---|
| 58 | + text-align: left; |
|---|
| 59 | +} |
|---|
| 60 | + |
|---|
| 61 | #dashboard_quick_press .input-text-wrap { |
|---|
| 62 | position: relative; |
|---|
| 63 | } |
|---|
| 64 | @@ -6074,6 +6075,10 @@ |
|---|
| 65 | position: absolute; |
|---|
| 66 | } |
|---|
| 67 | |
|---|
| 68 | +#dashboard_quick_press div.updated { |
|---|
| 69 | + padding: 0 5px; |
|---|
| 70 | +} |
|---|
| 71 | + |
|---|
| 72 | #title-wrap label, |
|---|
| 73 | #tags-input-wrap label { |
|---|
| 74 | cursor: text; |
|---|