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

updated fontawesome

This commit is contained in:
Luke Pulverenti 2015-05-12 10:53:35 -04:00
parent 16f30944f8
commit 8f4f29888e
10 changed files with 197 additions and 16 deletions

View file

@ -100,7 +100,7 @@
function loadMode(page, mode) {
$(document.body).prepend('<div class="backdropContainer" style="background-image:url(css/images/splash.jpg);top:0;"></div>');
$(page).addClass('lightBackdropPage backdropPage staticBackdropPage');
$(page).addClass('backdropPage staticBackdropPage');
if (mode == 'welcome') {
$('.connectLoginForm', page).hide();

View file

@ -71,7 +71,7 @@
} else {
html += '<div class="cardImage" style="text-align:center;">';
var icon = server.Id == 'new' ? 'plus-circle' : 'globe';
var icon = server.Id == 'new' ? 'plus-circle' : 'server';
html += '<i class="fa fa-' + icon + '" style="color:#fff;vertical-align:middle;font-size:100px;"></i>';
}