mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
mb logo split
This commit is contained in:
parent
46b48c8982
commit
a707f119c4
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
BIN
MediaBrowser.WebDashboard/Html/css/images/mblogoicon.png
Normal file
BIN
MediaBrowser.WebDashboard/Html/css/images/mblogoicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
MediaBrowser.WebDashboard/Html/css/images/mblogotextblack.png
Normal file
BIN
MediaBrowser.WebDashboard/Html/css/images/mblogotextblack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
MediaBrowser.WebDashboard/Html/css/images/mblogotextwhite.png
Normal file
BIN
MediaBrowser.WebDashboard/Html/css/images/mblogotextwhite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
@ -100,10 +100,15 @@ pre, textarea.pre {
|
|||||||
padding: 10px 0 10px 10px;
|
padding: 10px 0 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgLogo {
|
.imgLogoIcon {
|
||||||
height: 45px;
|
height: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgLogoText {
|
||||||
|
height: 45px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.ui-popup-container {
|
.ui-popup-container {
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
@ -268,10 +273,15 @@ form, .readOnlyContent {
|
|||||||
|
|
||||||
@media all and (min-width: 650px) {
|
@media all and (min-width: 650px) {
|
||||||
|
|
||||||
.imgLogo {
|
.imgLogoIcon {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgLogoText {
|
||||||
|
height: 60px;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
@ -677,11 +677,11 @@ var Dashboard = {
|
|||||||
|
|
||||||
if (page.hasClass('standalonePage')) {
|
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) {
|
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>';
|
headerHtml += '</a>';
|
||||||
|
|
||||||
|
@ -159,12 +159,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Html\scripts\IndexPage.js" />
|
<EmbeddedResource Include="Html\scripts\IndexPage.js" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<EmbeddedResource Include="Html\css\images\mblogowhitefull.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<EmbeddedResource Include="Html\css\images\mblogoblackfull.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Html\css\images\defaultCollectionImage.png" />
|
<EmbeddedResource Include="Html\css\images\defaultCollectionImage.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@ -395,6 +389,9 @@
|
|||||||
<EmbeddedResource Include="Html\css\images\itemDetails\videoDefault.png" />
|
<EmbeddedResource Include="Html\css\images\itemDetails\videoDefault.png" />
|
||||||
<EmbeddedResource Include="Html\css\images\itemDetails\audioDefault.png" />
|
<EmbeddedResource Include="Html\css\images\itemDetails\audioDefault.png" />
|
||||||
<EmbeddedResource Include="Html\css\images\itemDetails\gameDefault.png" />
|
<EmbeddedResource Include="Html\css\images\itemDetails\gameDefault.png" />
|
||||||
|
<Content Include="Html\css\images\mblogoicon.png" />
|
||||||
|
<Content Include="Html\css\images\mblogotextblack.png" />
|
||||||
|
<Content Include="Html\css\images\mblogotextwhite.png" />
|
||||||
<Content Include="Html\css\images\stars.png" />
|
<Content Include="Html\css\images\stars.png" />
|
||||||
<EmbeddedResource Include="Html\scripts\MediaPlayer.js" />
|
<EmbeddedResource Include="Html\scripts\MediaPlayer.js" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user