1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

mb logo split

This commit is contained in:
Chris Schneider 2013-02-22 14:36:18 -06:00
parent 42f4671f65
commit 88855e2956
7 changed files with 2002 additions and 1992 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

View file

@ -100,10 +100,15 @@ pre, textarea.pre {
padding: 10px 0 10px 10px;
}
.imgLogo {
.imgLogoIcon {
height: 45px;
}
.imgLogoText {
height: 45px;
display: none;
}
.ui-popup-container {
z-index: 99999;
@ -268,10 +273,15 @@ form, .readOnlyContent {
@media all and (min-width: 650px) {
.imgLogo {
.imgLogoIcon {
height: 60px;
}
.imgLogoText {
height: 60px;
display: inline;
}
.header {
padding-left: 30px;
padding-top: 20px;

View file

@ -677,11 +677,11 @@ var Dashboard = {
if (page.hasClass('standalonePage')) {
headerHtml += '<img class="imgLogo" src="css/images/mblogoblackfull.png" />';
headerHtml += '<img class="imgLogoIcon" src="css/images/mblogoicon.png" /><img class="imgLogoText" src="css/images/mblogotextblack.png" />';
}
else if (isLibraryPage) {
headerHtml += '<img class="imgLogo" src="css/images/mblogowhitefull.png" />';
headerHtml += '<img class="imgLogoIcon" src="css/images/mblogoicon.png" /><img class="imgLogoText" src="css/images/mblogotextwhite.png" />';
}
headerHtml += '</a>';