From 46d017a33133c44594abc4977963b0be0f363f24 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 7 Nov 2012 17:34:22 +0000 Subject: [PATCH] Use retina logo in install, upgrade, setup-config, repair, and confirmation screens. Props kopepasah, SergeyBiryukov fixes #22375 git-svn-id: https://develop.svn.wordpress.org/trunk@22419 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/install.css | 17 +++++++++++++++++ wp-admin/install.php | 4 ++-- wp-admin/maint/repair.php | 2 +- wp-admin/network/sites.php | 2 +- wp-admin/setup-config.php | 2 +- wp-admin/upgrade.php | 2 +- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css index 502efa557c..bcc82fa9f3 100644 --- a/wp-admin/css/install.css +++ b/wp-admin/css/install.css @@ -63,6 +63,23 @@ abbr { border-bottom: none; text-align:center } +#logo a { + background-image: url('../images/wordpress-logo.png?ver=20120216'); + background-size: 274px 63px; + background-position: top center; + background-repeat: no-repeat; + height: 67px; + text-indent: -9999px; + outline: none; + overflow: hidden; + display: block; +} +@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { + #logo a { + background-image: url('../images/wordpress-logo-2x.png?ver=20120412'); + background-size: 274px 63px; + } +} .step { margin: 20px 0 15px; } diff --git a/wp-admin/install.php b/wp-admin/install.php index 4acb98b9a6..cdd5df6d00 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -16,7 +16,7 @@ if ( false ) { Error: PHP is not running -

WordPress

+

WordPress

Error: PHP is not running

WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.

@@ -63,7 +63,7 @@ function display_header() { ?> > -

WordPress

+

-

WordPress

+

-

WordPress

+

diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index 51c3feb351..2cc2c08ce8 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -100,7 +100,7 @@ function setup_config_display_header() { > -

WordPress

+

-

WordPress

+