mb logo split

pull/702/head
Chris Schneider 12 years ago
parent 46b48c8982
commit a707f119c4

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

@ -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,8 +273,13 @@ form, .readOnlyContent {
@media all and (min-width: 650px) {
.imgLogo {
.imgLogoIcon {
height: 60px;
}
.imgLogoText {
height: 60px;
display: inline;
}
.header {

@ -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>';

@ -159,12 +159,6 @@
<ItemGroup>
<EmbeddedResource Include="Html\scripts\IndexPage.js" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Html\css\images\mblogowhitefull.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Html\css\images\mblogoblackfull.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Html\css\images\defaultCollectionImage.png" />
</ItemGroup>
@ -395,6 +389,9 @@
<EmbeddedResource Include="Html\css\images\itemDetails\videoDefault.png" />
<EmbeddedResource Include="Html\css\images\itemDetails\audioDefault.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" />
<EmbeddedResource Include="Html\scripts\MediaPlayer.js" />
</ItemGroup>

Loading…
Cancel
Save