New logo! Thanks GeorgGearlQs!

Some changes in the settings screen,
This commit is contained in:
Tim 2015-07-15 20:31:14 +02:00
commit 96f48291e5
5 changed files with 9 additions and 9 deletions

View file

@ -6885,19 +6885,19 @@ button.close {
color: #fff;
}
.logo {
background: url(../images/logo-plexwatch.png);
background-size: 120px 50px;
background: url(../images/logo-plexpy.png);
background-size: 170px 50px;
min-height: 50px;
min-width: 120px;
min-width: 170px;
float: left;
margin-top: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.logo {
background: url(../images/logo-plexwatch@2x.png);
background-size: 120px 50px;
background: url(../images/logo-plexpy@2x.png);
background-size: 170px 50px;
min-height: 50px;
min-width: 120px;
min-width: 170px;
float: left;
margin-top: 4px;
}