From 77730d63771b094f1240d323617457a3fe319dff Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 18 Oct 2013 08:41:40 +0000 Subject: [PATCH] Remove rarr from about page text. Use a subtle background instead. props markjaquith. see #25603. git-svn-id: https://develop.svn.wordpress.org/trunk@25840 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 4 ++-- src/wp-admin/css/wp-admin.css | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index d347dfeef6..31679980a0 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -63,9 +63,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); $can_auto_update = $upgrader->should_update( 'core', $future_minor_update, ABSPATH ); } if ( $can_auto_update ) : ?> -

is able to apply these updates automatically. Cool!' ); ?>

+

is able to apply these updates automatically. Cool!' ); ?>

-

is not able to apply these updates automatically. But we’ll email %s when there is a new security release.' ), esc_html( get_site_option( 'admin_email' ) ) ); ?>

+

is not able to apply these updates automatically. But we’ll email %s when there is a new security release.' ), esc_html( get_site_option( 'admin_email' ) ) ); ?>

diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 30fb9b0052..2383438d27 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -5781,6 +5781,17 @@ h2 .nav-tab { background-color: #f9f9f9; } +.about-wrap .about-auto-update { + text-align: center; + background-color: #f9f9ef; + clear: both; + padding: 10px; +} + +.about-wrap .about-auto-update.cool { + background-color: #eff9ef; +} + .about-wrap .about-password-meter input { font-size: 250%; width: 100%;