Double-size icons and WordPress logo for retina displays, props chexee, props empireoflight, props iammattthomas, see #20293

git-svn-id: https://develop.svn.wordpress.org/trunk@20356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-04-04 23:02:51 +00:00
parent 7f938af8c5
commit f62e952ae9
6 changed files with 147 additions and 74 deletions

View File

@@ -6096,7 +6096,10 @@ a.rsswidget {
}
.login h1 a {
background: url(../images/wordpress-logo.png?ver=20120216) no-repeat top center;
background-image: url(../images/wordpress-logo.png?ver=20120216);
background-size: 274px 63px;
background-position: top center;
background-repeat: no-repeat;
width: 326px;
height: 67px;
text-indent: -9999px;
@@ -6105,6 +6108,13 @@ a.rsswidget {
display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
.login h1 a {
background-image: url(../images/wordpress-logo-2x.png?ver=20120412);
background-size: 274px 63px;
}
}
#login {
width: 320px;
padding: 114px 0 0;